Skip to content

Commit

Permalink
compiletest: stop ignoring all tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
graydon committed May 1, 2013
1 parent 55fbc47 commit 08dd625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compiletest/header.rs
Expand Up @@ -88,7 +88,7 @@ pub fn is_test_ignored(config: config, testfile: &Path) -> bool {
if config.mode == common::mode_pretty &&
parse_name_directive(ln, ~"xfail-pretty") { return true; }
};
return true;
return false;

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

0 comments on commit 08dd625

Please sign in to comment.