From: Daniel Dunbar Date: Mon, 8 Sep 2008 18:01:15 +0000 (+0000) Subject: Add missing RUN line X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3e98e513d6550c709083082c6c5eb5dc47f0b209;p=clang Add missing RUN line git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@55934 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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