summaryrefslogtreecommitdiffstats
path: root/test/Lexer
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2016-09-29 00:08:05 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2016-09-29 00:08:05 +0000
commit98a155cae02da907830e6bf18b79b8cfd34c2423 (patch)
tree7eb547ef3e038a0814aa5db26e7c22a022c27b8e /test/Lexer
parent55fa8090a86ca7510f4295e6349efccfa77b08d7 (diff)
Mark P0127R3 as done, and replace its __has_feature check with the corresponding SD-6 macro.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@282652 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 f7a4ce1298..5a4c45ddc1 100644
--- a/test/Lexer/cxx-features.cpp
+++ b/test/Lexer/cxx-features.cpp
@@ -58,8 +58,7 @@
// static_assert checked below
-#if check(template_auto, 0, 0, 0, 0) // FIXME: provisional name
-// FIXME: value shuld be 201606 for cxx1z once implemented
+#if check(template_auto, 0, 0, 0, 201606) // FIXME: provisional name
#error "wrong value for __cpp_template_auto"
#endif