Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 4ab215b

Browse files
committed
remove unnecessary assert for exit-code
1 parent e038876 commit 4ab215b

File tree

1 file changed

+0
-2
lines changed
  • tests/run-make/target-specs-filename

1 file changed

+0
-2
lines changed

tests/run-make/target-specs-filename/rmake.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ fn main() {
1515
] {
1616
for args in [["cfg"].as_slice(), &["target-spec-json", "-Zunstable-options"]] {
1717
let output = rustc().arg("--print").args(args).args(["--target", file]).run();
18-
// check that the target triple is accepted without failures
19-
assert!(output.status().success(), "target triple doesn't accepted");
2018
// check that the target triple is read correctly
2119
output.assert_stdout_contains("x86_64");
2220
}

0 commit comments

Comments
 (0)