Skip to content

Commit 08dd625

Browse files
committed
compiletest: stop ignoring all tests.
1 parent 55fbc47 commit 08dd625

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiletest/header.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ pub fn is_test_ignored(config: config, testfile: &Path) -> bool {
8888
if config.mode == common::mode_pretty &&
8989
parse_name_directive(ln, ~"xfail-pretty") { return true; }
9090
};
91-
return true;
91+
return false;
9292

9393
fn xfail_target() -> ~str {
9494
~"xfail-" + str::from_slice(os::SYSNAME)

0 commit comments

Comments
 (0)