diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-11-11 03:48:34 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-11-11 03:48:34 +0000 |
commit | 131c981d63d0fb89b899f1e4c94c8c4fe798c52a (patch) | |
tree | e786346115e763c1cbb7319453d176dfbd4cc1ea /test/CodeGen/attributes.c | |
parent | 47d1e828674a2d9c020db9f9ec45f27025a39e35 (diff) |
And now a test fix in +Asserts mode, which I broke.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@86801 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/attributes.c')
-rw-r--r-- | test/CodeGen/attributes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/attributes.c b/test/CodeGen/attributes.c index a9b86bc88a..29672c2ecb 100644 --- a/test/CodeGen/attributes.c +++ b/test/CodeGen/attributes.c @@ -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(); |