We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23032f3 commit 810d509Copy full SHA for 810d509
src/tools/compiletest/src/runtest.rs
@@ -1970,11 +1970,6 @@ impl<'test> TestCx<'test> {
1970
filecheck.arg("--check-prefix").arg(rev);
1971
}
1972
1973
- // HACK: the filecheck tool normally fails if a prefix is defined but not used. However,
1974
- // sometimes revisions are used to specify *compiletest* directives which are not FileCheck
1975
- // concerns.
1976
- filecheck.arg("--allow-unused-prefixes");
1977
-
1978
// Provide more context on failures.
1979
filecheck.args(&["--dump-input-context", "100"]);
1980
0 commit comments