diff options
Diffstat (limited to 'clang/test/Preprocessor/has_attribute.cpp')
-rw-r--r-- | clang/test/Preprocessor/has_attribute.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/Preprocessor/has_attribute.cpp b/clang/test/Preprocessor/has_attribute.cpp index 27c48d077ce..a077215a8a6 100644 --- a/clang/test/Preprocessor/has_attribute.cpp +++ b/clang/test/Preprocessor/has_attribute.cpp @@ -5,9 +5,9 @@ int has_cxx11_carries_dep();
#endif
-// CHECK: has_clang_fallthrough
+// CHECK: has_clang_fallthrough_1
#if __has_cpp_attribute(clang::fallthrough)
- int has_clang_fallthrough();
+ int has_clang_fallthrough_1();
#endif
// CHECK: does_not_have_selectany
|