From 879ec55d2eb89dea357812577eaeea583a6e4926 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Mon, 19 Jun 2017 07:49:50 -0700 Subject: [PATCH] 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. --- src/test/run-pass/issue-41696.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/test/run-pass/issue-41696.rs b/src/test/run-pass/issue-41696.rs index ae57e0cf2552..40fbf5ba75c8 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)]