summaryrefslogtreecommitdiffstats
path: root/test/Parser/cxx-member-crash.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/Parser/cxx-member-crash.cpp')
-rw-r--r--test/Parser/cxx-member-crash.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Parser/cxx-member-crash.cpp b/test/Parser/cxx-member-crash.cpp
index 2b31a60..65e7095 100644
--- a/test/Parser/cxx-member-crash.cpp
+++ b/test/Parser/cxx-member-crash.cpp
@@ -1,8 +1,8 @@
-// RUN: %clang_cc1 -fsyntax-only %s 2>&1|FileCheck %s
+// RUN: not %clang_cc1 -fsyntax-only %s 2>&1 | FileCheck %s
// <rdar://problem/9221993>
-// We only care to chek whether the compiler crashes; the actual
+// We only care to check whether the compiler crashes; the actual
// diagnostics are uninteresting.
// CHECK: 8 errors generated.
template<class _CharT> struct char_traits;
OpenPOWER on IntegriCloud