diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2017-06-19 07:49:50 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2017-06-19 07:49:50 -0700 |
| commit | 879ec55d2eb89dea357812577eaeea583a6e4926 (patch) | |
| tree | b752d7570907bddc006576beb7dbb5751bad5ba5 | |
| parent | 5354b91ce5afd0b42f761b5ec7459612a5d6cadd (diff) | |
| download | rust-879ec55d2eb89dea357812577eaeea583a6e4926.tar.gz rust-879ec55d2eb89dea357812577eaeea583a6e4926.zip | |
Ignore test for not-closed issue
Confirmed on IRC that the bug isn't fully fixed, and the "resurgence" here isn't the fault of this PR.
| -rw-r--r-- | src/test/run-pass/issue-41696.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/run-pass/issue-41696.rs b/src/test/run-pass/issue-41696.rs index ae57e0cf255..40fbf5ba75c 100644 --- a/src/test/run-pass/issue-41696.rs +++ b/src/test/run-pass/issue-41696.rs @@ -9,6 +9,7 @@ // except according to those terms. // this used to cause exponential code-size blowup during LLVM passes. +// ignore-test FIXME #41696 // min-llvm-version 3.9 #![feature(test)] |
