diff --git a/clang/test/CodeGen/attributes.c b/clang/test/CodeGen/attributes.c index a9b86bc88a99..29672c2ecb3d 100644 --- a/clang/test/CodeGen/attributes.c +++ b/clang/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();