diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2014-12-03 09:22:13 -0800 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2014-12-03 09:22:13 -0800 |
| commit | 719c36c9b9d0b29fcd60be3d7b7a4d15cb9da5fb (patch) | |
| tree | 6e522d0e4fd76c3b7073a252333fdb79f5a38de9 | |
| parent | 3a325c666d2cb7e297bf3057ff2442f96a79428b (diff) | |
| download | rust-719c36c9b9d0b29fcd60be3d7b7a4d15cb9da5fb.tar.gz rust-719c36c9b9d0b29fcd60be3d7b7a4d15cb9da5fb.zip | |
test: Ignore issue-19501 pretty for now
I don't have enough time to investigate this thoroughly, so for now let's get the queue moving by ignoring this test. cc #19501
| -rw-r--r-- | src/test/run-pass-fulldeps/issue-13560.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/run-pass-fulldeps/issue-13560.rs b/src/test/run-pass-fulldeps/issue-13560.rs index cd79a95dace..270e6ad785c 100644 --- a/src/test/run-pass-fulldeps/issue-13560.rs +++ b/src/test/run-pass-fulldeps/issue-13560.rs @@ -11,6 +11,7 @@ // aux-build:issue-13560-1.rs // aux-build:issue-13560-2.rs // aux-build:issue-13560-3.rs +// ignore-pretty FIXME #19501 // ignore-stage1 // Regression test for issue #13560, the test itself is all in the dependent |
