diff options
| author | Michael Lamparski <diagonaldevice@gmail.com> | 2018-02-24 20:05:17 -0500 |
|---|---|---|
| committer | Michael Lamparski <diagonaldevice@gmail.com> | 2018-02-24 20:13:07 -0500 |
| commit | af503be3685ae925edefe96d0f160369520e7b5a (patch) | |
| tree | 696a5831fb55e70118eb98013747d772c805def7 | |
| parent | 9205f3d8e33fab70c89d0e283442c4b4d8b63b35 (diff) | |
| download | rust-af503be3685ae925edefe96d0f160369520e7b5a.tar.gz rust-af503be3685ae925edefe96d0f160369520e7b5a.zip | |
ignore-pretty for the macro-comma-support test
include! and the pretty test do not mix
| -rw-r--r-- | src/test/run-pass/macro-comma-support.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/run-pass/macro-comma-support.rs b/src/test/run-pass/macro-comma-support.rs index 7d3f16728b2..bfd911002a0 100644 --- a/src/test/run-pass/macro-comma-support.rs +++ b/src/test/run-pass/macro-comma-support.rs @@ -17,6 +17,8 @@ // implementations for some macro_rules! macros as an implementation // detail. +// ignore-pretty issue #37195 + // compile-flags: --test -C debug_assertions=yes // revisions: std core |
