We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6956c04 commit 16ac6faCopy full SHA for 16ac6fa
tests/testsuite/build_script.rs
@@ -1926,7 +1926,6 @@ fn output_separate_lines_new() {
1926
.run();
1927
}
1928
1929
-#[cfg(not(windows))] // FIXME(#867)
1930
#[cargo_test]
1931
fn code_generation() {
1932
let p = project()
@@ -1976,7 +1975,7 @@ fn code_generation() {
1976
1975
"\
1977
[COMPILING] foo v0.5.0 ([CWD])
1978
[FINISHED] dev [unoptimized + debuginfo] target(s) in [..]
1979
-[RUNNING] `target/debug/foo`",
+[RUNNING] `target/debug/foo[EXE]`",
1980
)
1981
.with_stdout("Hello, World!")
1982
0 commit comments