diff options
| author | Niko Matsakis <niko@alum.mit.edu> | 2015-11-11 09:02:24 -0500 |
|---|---|---|
| committer | Niko Matsakis <niko@alum.mit.edu> | 2015-11-11 09:02:24 -0500 |
| commit | 38cf175784e08723d0108778b1ebf5e52f3018dc (patch) | |
| tree | 239a3ce62c5ec65e8701be6472a409d287efc53a | |
| parent | 3b903a7d10ce5ebce0d61e8f41d825b3c9d400f5 (diff) | |
| download | rust-38cf175784e08723d0108778b1ebf5e52f3018dc.tar.gz rust-38cf175784e08723d0108778b1ebf5e52f3018dc.zip | |
Ignore long lines on this test.
| -rw-r--r-- | src/test/run-pass/issue-29227.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/run-pass/issue-29227.rs b/src/test/run-pass/issue-29227.rs index 626421b37bc..7e27f7093ad 100644 --- a/src/test/run-pass/issue-29227.rs +++ b/src/test/run-pass/issue-29227.rs @@ -8,6 +8,8 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. +// ignore-tidy-linelength + // Regression test for #29227. The problem here was that MIR // construction for these gigantic match expressions was very // inefficient. |
