diff options
Diffstat (limited to 'test/CodeGen/2008-04-08-NoExceptions.c')
-rw-r--r-- | test/CodeGen/2008-04-08-NoExceptions.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/CodeGen/2008-04-08-NoExceptions.c b/test/CodeGen/2008-04-08-NoExceptions.c index 7d533b7a3a..254d30ac3c 100644 --- a/test/CodeGen/2008-04-08-NoExceptions.c +++ b/test/CodeGen/2008-04-08-NoExceptions.c @@ -9,5 +9,4 @@ void g(void) { // CHECK-NOT: declare void @f() #0 -// CHECK: attributes #0 = { nounwind {{.*}} } -// CHECK: attributes #1 = { "target-features"={{.*}} } +// CHECK: attributes #0 = { nounwind{{.*}} } |