diff options
Diffstat (limited to 'clang/test/Parser/objc-try-catch-1.m')
| -rw-r--r-- | clang/test/Parser/objc-try-catch-1.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Parser/objc-try-catch-1.m b/clang/test/Parser/objc-try-catch-1.m index 2e3c5b14a33..0e8a91977d3 100644 --- a/clang/test/Parser/objc-try-catch-1.m +++ b/clang/test/Parser/objc-try-catch-1.m @@ -27,7 +27,7 @@ void * foo() return proc(); } @catch (Frob* ex) { - @throw 1,2; + @throw 1,2; // expected-warning {{invalid 'int' argument (expected an ObjC object type)}} } @catch(...) { @throw (4,3,proc()); |

