summaryrefslogtreecommitdiffstats
path: root/clang/test/Lexer/cxx0x_keyword_as_cxx98.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Lexer/cxx0x_keyword_as_cxx98.cpp')
-rw-r--r--clang/test/Lexer/cxx0x_keyword_as_cxx98.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/clang/test/Lexer/cxx0x_keyword_as_cxx98.cpp b/clang/test/Lexer/cxx0x_keyword_as_cxx98.cpp
index a9ea2197248..d87d3dc7faf 100644
--- a/clang/test/Lexer/cxx0x_keyword_as_cxx98.cpp
+++ b/clang/test/Lexer/cxx0x_keyword_as_cxx98.cpp
@@ -1,8 +1,8 @@
// RUN: %clang_cc1 %s -verify -fsyntax-only
-#define thread_local __thread
-thread_local int x;
-#undef thread_local
+#define constexpr const
+constexpr int x = 0;
+#undef constexpr
namespace lib {
struct nullptr_t;
OpenPOWER on IntegriCloud