diff options
| author | Florian Hahn <flo@fhahn.com> | 2014-02-07 20:08:32 +0100 |
|---|---|---|
| committer | Florian Hahn <flo@fhahn.com> | 2014-02-11 18:23:20 +0100 |
| commit | f62460c1f54a693cd046513ef6776bb3551c929d (patch) | |
| tree | 08eb9d35f3e6365256fb4d3fa1404b9c1702750e /src/etc/tidy.py | |
| parent | 5b5ebf230b02e430e087b3f2edaaf1cfe5567b34 (diff) | |
| download | rust-f62460c1f54a693cd046513ef6776bb3551c929d.tar.gz rust-f62460c1f54a693cd046513ef6776bb3551c929d.zip | |
Change `xfail` directives in compiletests to `ignore`, closes #11363
Diffstat (limited to 'src/etc/tidy.py')
| -rw-r--r-- | src/etc/tidy.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/etc/tidy.py b/src/etc/tidy.py index 9bab9a3d998..6529b4d084e 100644 --- a/src/etc/tidy.py +++ b/src/etc/tidy.py @@ -14,9 +14,9 @@ import snapshot err=0 cols=100 -cr_flag="xfail-tidy-cr" -tab_flag="xfail-tidy-tab" -linelength_flag="xfail-tidy-linelength" +cr_flag="ignore-tidy-cr" +tab_flag="ignore-tidy-tab" +linelength_flag="ignore-tidy-linelength" # Be careful to support Python 2.4, 2.6, and 3.x here! config_proc=subprocess.Popen([ "git", "config", "core.autocrlf" ], |
