aboutsummaryrefslogtreecommitdiff
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.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Lexer/cxx0x_keyword_as_cxx98.cpp b/test/Lexer/cxx0x_keyword_as_cxx98.cpp
index 5d168100412d..8f5fcf40b22e 100644
--- a/test/Lexer/cxx0x_keyword_as_cxx98.cpp
+++ b/test/Lexer/cxx0x_keyword_as_cxx98.cpp
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 %s -verify -fsyntax-only -Wc++11-compat
+// RUN: %clang_cc1 %s -verify -fsyntax-only -Wc++11-compat -std=c++98
#define constexpr const
constexpr int x = 0;