Add missing RUN line

llvm-svn: 55934
This commit is contained in:
Daniel Dunbar 2008-09-08 18:01:15 +00:00
parent 6da384d980
commit 47be094138
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
// RUN: clang -emit-llvm -o %t %s
@protocol P0
@end
@interface A <P0>