commit | 775f18520cda3d2e1d53f536ac60c189bbbce290 | [log] [tgz] |
---|---|---|
author | Daniel Dunbar <daniel@zuster.org> | Wed Nov 11 03:48:34 2009 +0000 |
committer | Daniel Dunbar <daniel@zuster.org> | Wed Nov 11 03:48:34 2009 +0000 |
tree | 02d116cb4b61f1ead298118980c242b1598452b1 | |
parent | 568e302a7fea4a349917308bd52d548ea595afe2 [diff] [blame] |
And now a test fix in +Asserts mode, which I broke. llvm-svn: 86801
diff --git a/clang/test/CodeGen/attributes.c b/clang/test/CodeGen/attributes.c index a9b86bc..29672c2 100644 --- a/clang/test/CodeGen/attributes.c +++ b/clang/test/CodeGen/attributes.c
@@ -69,7 +69,7 @@ } // CHECK:define void @t20() nounwind { -// CHECK-NEXT: call void @abort() +// CHECK: call void @abort() // CHECK-NEXT: unreachable void t20(void) { __builtin_abort();