about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAleksey Kladov <aleksey.kladov@gmail.com>2017-07-18 15:21:18 +0300
committerAleksey Kladov <aleksey.kladov@gmail.com>2017-07-18 15:21:18 +0300
commite3d052f30af80e58289065bb3d7520e0e7be1ee8 (patch)
tree45a441575809cf8292cfb8c682aca3485a650143
parent9a7cb9398dc23643bce69220cd63480aa7775515 (diff)
downloadrust-e3d052f30af80e58289065bb3d7520e0e7be1ee8.tar.gz
rust-e3d052f30af80e58289065bb3d7520e0e7be1ee8.zip
Ignore pretty-test
-rw-r--r--src/test/run-pass/optional_comma_in_match_arm.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/run-pass/optional_comma_in_match_arm.rs b/src/test/run-pass/optional_comma_in_match_arm.rs
index f70693238fc..b25ec444f22 100644
--- a/src/test/run-pass/optional_comma_in_match_arm.rs
+++ b/src/test/run-pass/optional_comma_in_match_arm.rs
@@ -8,6 +8,8 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
+// ignore-pretty issue #37199
+
 fn main() {
     let x = 1;