]> granicus.if.org Git - clang/commitdiff
Avoid earlier test interfering with later one.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 20 Nov 2014 01:50:37 +0000 (01:50 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 20 Nov 2014 01:50:37 +0000 (01:50 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@222403 91177308-0d34-0410-b5e6-96231b3b80d8

test/Preprocessor/has_attribute.cpp

index 27c48d077cec8e87ac3117c815759471b5e03ef1..a077215a8a67c2309015a7751e6d06228fef9d3b 100644 (file)
@@ -5,9 +5,9 @@
   int has_cxx11_carries_dep();\r
 #endif\r
 \r
-// CHECK: has_clang_fallthrough\r
+// CHECK: has_clang_fallthrough_1\r
 #if __has_cpp_attribute(clang::fallthrough)\r
-  int has_clang_fallthrough();\r
+  int has_clang_fallthrough_1();\r
 #endif\r
 \r
 // CHECK: does_not_have_selectany\r