summaryrefslogtreecommitdiff
path: root/test/Lexer
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2016-12-02 02:02:23 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2016-12-02 02:02:23 +0000
commitde23535dfafd58bced63fbda42670a836b5df275 (patch)
treecc00561981ade536aeb405dbc2ca4ce15b8cabe3 /test/Lexer
parent097fe2bd380e4fd6345635ed5a89a58b7869ede0 (diff)
p0012r1: define corresponding feature test macro
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@288452 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Lexer')
-rw-r--r--test/Lexer/cxx-features.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/Lexer/cxx-features.cpp b/test/Lexer/cxx-features.cpp
index c25ade3ffe..d38541f4db 100644
--- a/test/Lexer/cxx-features.cpp
+++ b/test/Lexer/cxx-features.cpp
@@ -34,8 +34,7 @@
#error "wrong value for __cpp_aligned_new"
#endif
-#if check(noexcept_function_type, 0, 0, 0, 0)
-// FIXME: value shuld be 201510 for cxx1z once implemented
+#if check(noexcept_function_type, 0, 0, 0, 201510)
#error "wrong value for __cpp_noexcept_function_type"
#endif