commit | fa601d5b9f81a4c43c45f58844b1defde5dac54a | [log] [tgz] |
---|---|---|
author | Fariborz Jahanian <fjahanian@apple.com> | Thu Oct 04 00:22:33 2007 +0000 |
committer | Fariborz Jahanian <fjahanian@apple.com> | Thu Oct 04 00:22:33 2007 +0000 |
tree | f70bacb4f141410baef20cf48531f4f34c20fb1c | |
parent | b82d6ef792cdc2eb9f72f5171bb6324dfffa68a3 [diff] [blame] |
Fixed all my recent test cases to have the RUN command and fixed consequence of these changes in clang. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@42600 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/Sema/objc-legacy-implementation-1.m b/test/Sema/objc-legacy-implementation-1.m index c706ec7..7643447 100644 --- a/test/Sema/objc-legacy-implementation-1.m +++ b/test/Sema/objc-legacy-implementation-1.m
@@ -1,3 +1,5 @@ +// RUN: clang -fsyntax-only -verify %s + @implementation INTF // expected-warning {{cannot find interface declaration for 'INTF'}} @end