diff options
Diffstat (limited to 'clang/test/CodeGen/exceptions-seh.c')
-rw-r--r-- | clang/test/CodeGen/exceptions-seh.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/CodeGen/exceptions-seh.c b/clang/test/CodeGen/exceptions-seh.c index eadbe15cfff..f7d24bd3093 100644 --- a/clang/test/CodeGen/exceptions-seh.c +++ b/clang/test/CodeGen/exceptions-seh.c @@ -13,6 +13,6 @@ int SaveDiv(int numerator, int denominator, int *res) { *res = myres; return 1; } -// CHECK-NOT error +// CHECK-NOT: error: // CHECK: error: cannot compile this SEH __try yet -// CHECK-NOT error +// CHECK-NOT: error: |