Skip to content

Commit 16ac6fa

Browse files
committed
Re-enable code_generation test on Windows
1 parent 6956c04 commit 16ac6fa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/testsuite/build_script.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1926,7 +1926,6 @@ fn output_separate_lines_new() {
19261926
.run();
19271927
}
19281928

1929-
#[cfg(not(windows))] // FIXME(#867)
19301929
#[cargo_test]
19311930
fn code_generation() {
19321931
let p = project()
@@ -1976,7 +1975,7 @@ fn code_generation() {
19761975
"\
19771976
[COMPILING] foo v0.5.0 ([CWD])
19781977
[FINISHED] dev [unoptimized + debuginfo] target(s) in [..]
1979-
[RUNNING] `target/debug/foo`",
1978+
[RUNNING] `target/debug/foo[EXE]`",
19801979
)
19811980
.with_stdout("Hello, World!")
19821981
.run();

0 commit comments

Comments
 (0)