summaryrefslogtreecommitdiffstats
path: root/test/Lexer/cxx0x_keyword_as_cxx98.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/Lexer/cxx0x_keyword_as_cxx98.cpp')
-rw-r--r--test/Lexer/cxx0x_keyword_as_cxx98.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Lexer/cxx0x_keyword_as_cxx98.cpp b/test/Lexer/cxx0x_keyword_as_cxx98.cpp
index 2bfb8b0..0223b03 100644
--- a/test/Lexer/cxx0x_keyword_as_cxx98.cpp
+++ b/test/Lexer/cxx0x_keyword_as_cxx98.cpp
@@ -1,2 +1,3 @@
-// RUN: %clang_cc1 %s -fsyntax-only
+// RUN: %clang_cc1 %s -verify -fsyntax-only
int static_assert;
+int char16_t;
OpenPOWER on IntegriCloud