[cfe-commits] r68926 - in /cfe/trunk/test/SemaObjC: exception-go-boom.m stmts.m
Chris Lattner
sabre at nondot.org
Sun Apr 12 16:27:32 PDT 2009
Author: lattner
Date: Sun Apr 12 18:27:31 2009
New Revision: 68926
URL: http://llvm.org/viewvc/llvm-project?rev=68926&view=rev
Log:
rename test
Added:
cfe/trunk/test/SemaObjC/stmts.m
- copied unchanged from r68925, cfe/trunk/test/SemaObjC/exception-go-boom.m
Removed:
cfe/trunk/test/SemaObjC/exception-go-boom.m
Removed: cfe/trunk/test/SemaObjC/exception-go-boom.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/SemaObjC/exception-go-boom.m?rev=68925&view=auto
==============================================================================
--- cfe/trunk/test/SemaObjC/exception-go-boom.m (original)
+++ cfe/trunk/test/SemaObjC/exception-go-boom.m (removed)
@@ -1,10 +0,0 @@
-// RUN: clang-cc %s -verify -fsyntax-only
-
-// Note: NSException is not declared.
-void f0(id x) {
- @try {
- } @catch (NSException *x) { // \
- expected-error{{unknown type name 'NSException'}}
- }
-}
-
More information about the cfe-commits
mailing list