Skip to content

Commit dc0843c

Browse files
committed
Assert success of llvm_readobj
1 parent f705a22 commit dc0843c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/run-make/windows-ws2_32/rmake.rs

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ fn main() {
88
rustc().input("empty.rs").run();
99
let empty = tmp_dir().join("empty.exe");
1010
let output = llvm_readobj().input(empty).coff_imports().command_output();
11+
assert!(output.status.success());
1112
let output = String::from_utf8(output.stdout).unwrap();
1213
assert!(!output.to_ascii_uppercase().contains("WS2_32.DLL"));
1314
}

0 commit comments

Comments
 (0)