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)
llvm-svn: 222403

clang/test/Preprocessor/has_attribute.cpp

index 27c48d0..a077215 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