Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(130)

Unified Diff: test/Lexer/has_extension_cxx.cpp

Issue 184973004: Prep for merging 3.4: Undo changes from 3.3 branch (Closed) Base URL: http://git.chromium.org/native_client/pnacl-clang.git@master
Patch Set: Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/Driver/sanitizer-ld.c ('k') | test/Lexer/has_feature_cxx0x.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/Lexer/has_extension_cxx.cpp
diff --git a/test/Lexer/has_extension_cxx.cpp b/test/Lexer/has_extension_cxx.cpp
index 68b542fb29751da172c139c61546864f26f466bf..6ffeebda1f520c59a0d30f1dafe199feed8b6346 100644
--- a/test/Lexer/has_extension_cxx.cpp
+++ b/test/Lexer/has_extension_cxx.cpp
@@ -47,9 +47,3 @@ int no_local_type_template_args();
#endif
// CHECK: has_local_type_template_args
-
-#if __has_extension(cxx_binary_literals)
-int has_binary_literals();
-#endif
-
-// CHECK: has_binary_literals
« no previous file with comments | « test/Driver/sanitizer-ld.c ('k') | test/Lexer/has_feature_cxx0x.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698