Skip to content

Commit 6c545ba

Browse files
committed
the compile-fail-norustc hack is no longer needed
1 parent effffd8 commit 6c545ba

File tree

4 files changed

+0
-7
lines changed

4 files changed

+0
-7
lines changed
File renamed without changes.
File renamed without changes.

Diff for: tests/compiletest.rs

-7
Original file line numberDiff line numberDiff line change
@@ -108,13 +108,6 @@ fn run_pass_miri(opt: bool) {
108108

109109
fn compile_fail_miri(opt: bool) {
110110
compile_fail("tests/compile-fail", &get_target(), opt);
111-
if rustc_test_suite().is_none() {
112-
// FIXME: Some tests disabled in rustc test suite because
113-
// they run with a debug-assertion libstd which changes the errors.
114-
// We should build our own libstd for testing, see
115-
// <https://github.com/rust-lang/rust/issues/61833>.
116-
compile_fail("tests/compile-fail-norustc", &get_target(), opt);
117-
}
118111
}
119112

120113
fn test_runner(_tests: &[&()]) {

0 commit comments

Comments
 (0)