Skip to content

Commit de73263

Browse files
committed
final cleanups
1 parent 9c64531 commit de73263

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

src/tools/compiletest/src/runtest.rs

-3
Original file line numberDiff line numberDiff line change
@@ -2309,9 +2309,6 @@ impl<'test> TestCx<'test> {
23092309
}
23102310

23112311
let (Output { status, stdout, stderr }, truncated) = self.read2_abbreviated(child);
2312-
eprintln!("{:?}", status);
2313-
eprintln!("{}", String::from_utf8_lossy(&stdout).into_owned());
2314-
eprintln!("{}", String::from_utf8_lossy(&stdout).into_owned());
23152312

23162313
let result = ProcRes {
23172314
status,

tests/crashes/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ the rustc testsuite is more convenient.
44

55
It is imperative that a test in the suite causes an internal compiler error/panic
66
or makes rustc crash in some other way.
7-
Accepted exit codes are: 101 (may be expanded later)
7+
A test will "pass" if rustc exits with something other than 1 or 0.
88

99
When adding crashes from https://github.com/rust-lang/rust/issues, the
1010
issue number should be noted in the file name (12345.rs should suffice)

0 commit comments

Comments
 (0)