Author: rsmith
Date: Wed Nov 19 19:50:37 2014
New Revision: 222403

URL: http://llvm.org/viewvc/llvm-project?rev=222403&view=rev
Log:
Avoid earlier test interfering with later one.

Modified:
    cfe/trunk/test/Preprocessor/has_attribute.cpp

Modified: cfe/trunk/test/Preprocessor/has_attribute.cpp
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Preprocessor/has_attribute.cpp?rev=222403&r1=222402&r2=222403&view=diff
==============================================================================
--- cfe/trunk/test/Preprocessor/has_attribute.cpp (original)
+++ cfe/trunk/test/Preprocessor/has_attribute.cpp Wed Nov 19 19:50:37 2014
@@ -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


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to