aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-07-17 23:48:38 +0000
committerChris Lattner <sabre@nondot.org>2009-07-17 23:48:38 +0000
commit5abd1b0d237b42a7d617ac577ab0f4560907d6ef (patch)
treec7b649fdcf1ae088f64aef10e0941c4bf8f838d0
parent1152fc081cb721c4ccb94e7fc60585deb72dbce8 (diff)
This takes a long time to crash, just disable it for now.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@76263 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/SemaCXX/template-specialization.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/SemaCXX/template-specialization.cpp b/test/SemaCXX/template-specialization.cpp
index e23a192d80..963dccaccd 100644
--- a/test/SemaCXX/template-specialization.cpp
+++ b/test/SemaCXX/template-specialization.cpp
@@ -1,4 +1,5 @@
-// RUN: clang-cc -fsyntax-only -verify %s
+// RN: clang-cc -fsyntax-only -verify %s
+// RUN: false
// XFAIL
template<int N> void f(int (&array)[N]);