commit | 10143d008f317d7314da3736e48ce89b431995e0 | [log] [tgz] |
---|---|---|
author | Alex Crichton <alex@alexcrichton.com> | Mon Aug 28 10:02:00 2017 -0700 |
committer | Alex Crichton <alex@alexcrichton.com> | Mon Aug 28 10:57:23 2017 -0700 |
tree | 1b606a513ac04cc1081028d3a69a7bf512551c15 | |
parent | 22b82c264acd7626818533380a3e5d06d16f288d [diff] [blame] |
Ignore a failing test in precedence tests
diff --git a/tests/test_precedence.rs b/tests/test_precedence.rs index b058c39..af73de2 100644 --- a/tests/test_precedence.rs +++ b/tests/test_precedence.rs
@@ -90,6 +90,11 @@ continue; } + // Our version of `syntex_syntax` can't parse this tests + if path.to_str().unwrap().ends_with("optional_comma_in_match_arm.rs") { + continue + } + let mut file = File::open(path).unwrap(); let mut content = String::new(); file.read_to_string(&mut content).unwrap();