the compile-fail-norustc hack is no longer needed

This commit is contained in:
Ralf Jung 2019-07-31 15:15:55 +02:00
parent effffd8ea2
commit 6c545ba340
4 changed files with 0 additions and 7 deletions

View File

@ -108,13 +108,6 @@ fn run_pass_miri(opt: bool) {
fn compile_fail_miri(opt: bool) {
compile_fail("tests/compile-fail", &get_target(), opt);
if rustc_test_suite().is_none() {
// FIXME: Some tests disabled in rustc test suite because
// they run with a debug-assertion libstd which changes the errors.
// We should build our own libstd for testing, see
// <https://github.com/rust-lang/rust/issues/61833>.
compile_fail("tests/compile-fail-norustc", &get_target(), opt);
}
}
fn test_runner(_tests: &[&()]) {