| 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
|
|
|