]> granicus.if.org Git - clang/commitdiff
Add missing RUN line
authorDaniel Dunbar <daniel@zuster.org>
Mon, 8 Sep 2008 18:01:15 +0000 (18:01 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Mon, 8 Sep 2008 18:01:15 +0000 (18:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@55934 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/2008-08-25-incompatible-cond-expr.m

index 481fe109d36ff0872e07a02daa41084579d3157b..c58935590b879c7c98f797cf7e70a8a876dedbcf 100644 (file)
@@ -1,3 +1,5 @@
+// RUN: clang -emit-llvm -o %t %s
+
 @protocol P0
 @end
 @interface A <P0>