aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2008-09-08 18:01:15 +0000
committerDaniel Dunbar <daniel@zuster.org>2008-09-08 18:01:15 +0000
commit3e98e513d6550c709083082c6c5eb5dc47f0b209 (patch)
treea0eced48142d556db139a1624850668ac72d5e5d
parentdcdd55fb4d28de8c314d6c6c1a38aa6aba76d431 (diff)
Add missing RUN line
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@55934 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/CodeGen/2008-08-25-incompatible-cond-expr.m2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/CodeGen/2008-08-25-incompatible-cond-expr.m b/test/CodeGen/2008-08-25-incompatible-cond-expr.m
index 481fe109d3..c58935590b 100644
--- a/test/CodeGen/2008-08-25-incompatible-cond-expr.m
+++ b/test/CodeGen/2008-08-25-incompatible-cond-expr.m
@@ -1,3 +1,5 @@
+// RUN: clang -emit-llvm -o %t %s
+
@protocol P0
@end
@interface A <P0>