aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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]);