]> granicus.if.org Git - clang/commitdiff
And now a test fix in +Asserts mode, which I broke.
authorDaniel Dunbar <daniel@zuster.org>
Wed, 11 Nov 2009 03:48:34 +0000 (03:48 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Wed, 11 Nov 2009 03:48:34 +0000 (03:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@86801 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/attributes.c

index a9b86bc88a994415abd894dbb645f6be3f3a0426..29672c2ecb3d29065d5a00e5d5e7491e94070708 100644 (file)
@@ -69,7 +69,7 @@ int t19(void) {
 }
 
 // CHECK:define void @t20() nounwind {
-// CHECK-NEXT: call void @abort()
+// CHECK: call void @abort()
 // CHECK-NEXT: unreachable
 void t20(void) {
   __builtin_abort();