[cfe-commits] r55934 - /cfe/trunk/test/CodeGen/2008-08-25-incompatible-cond-expr.m

Daniel Dunbar daniel at zuster.org
Mon Sep 8 11:01:16 PDT 2008


Author: ddunbar
Date: Mon Sep  8 13:01:15 2008
New Revision: 55934

URL: http://llvm.org/viewvc/llvm-project?rev=55934&view=rev
Log:
Add missing RUN line

Modified:
    cfe/trunk/test/CodeGen/2008-08-25-incompatible-cond-expr.m

Modified: cfe/trunk/test/CodeGen/2008-08-25-incompatible-cond-expr.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/2008-08-25-incompatible-cond-expr.m?rev=55934&r1=55933&r2=55934&view=diff

==============================================================================
--- cfe/trunk/test/CodeGen/2008-08-25-incompatible-cond-expr.m (original)
+++ cfe/trunk/test/CodeGen/2008-08-25-incompatible-cond-expr.m Mon Sep  8 13:01:15 2008
@@ -1,3 +1,5 @@
+// RUN: clang -emit-llvm -o %t %s
+
 @protocol P0
 @end
 @interface A <P0>





More information about the cfe-commits mailing list