summaryrefslogtreecommitdiffstats
path: root/test/Misc/diag-template-diffing-cxx98.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/Misc/diag-template-diffing-cxx98.cpp')
-rw-r--r--test/Misc/diag-template-diffing-cxx98.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Misc/diag-template-diffing-cxx98.cpp b/test/Misc/diag-template-diffing-cxx98.cpp
index a21e4cf..9fa4612 100644
--- a/test/Misc/diag-template-diffing-cxx98.cpp
+++ b/test/Misc/diag-template-diffing-cxx98.cpp
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -fsyntax-only %s -std=c++98 2>&1 | FileCheck %s
+// RUN: not %clang_cc1 -fsyntax-only %s -std=c++98 2>&1 | FileCheck %s
namespace PR14342 {
template<typename T, char a> struct X {};
OpenPOWER on IntegriCloud