Revert "deduplicate test"

This reverts commit 69428571c2.
This commit is contained in:
Folkert 2022-07-22 15:21:24 +02:00
parent 69428571c2
commit dad0336d71
No known key found for this signature in database
GPG Key ID: 1F17F6FFD112B97C

View File

@ -400,6 +400,14 @@ mod cli_run {
expected_ending:"Which platform am I running on now?\n",
use_valgrind: true,
},
platformSwitchingC:"platform-switching/c-platform" => Example {
filename: "rocLovesC.roc",
executable_filename: "rocLovesC",
stdin: &[],
input_file: None,
expected_ending:"Roc <3 C!\n",
use_valgrind: true,
},
platformSwitchingRust:"platform-switching/rust-platform" => Example {
filename: "rocLovesRust.roc",
executable_filename: "rocLovesRust",