]> granicus.if.org Git - clang/commitdiff
This takes a long time to crash, just disable it for now.
authorChris Lattner <sabre@nondot.org>
Fri, 17 Jul 2009 23:48:38 +0000 (23:48 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 17 Jul 2009 23:48:38 +0000 (23:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@76263 91177308-0d34-0410-b5e6-96231b3b80d8

test/SemaCXX/template-specialization.cpp

index e23a192d8034bc25360c02ee26fe0b6f1c4cea24..963dccaccd18679e1cd14dcc9d29896a9c06aa55 100644 (file)
@@ -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]);