From 3e98e513d6550c709083082c6c5eb5dc47f0b209 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Mon, 8 Sep 2008 18:01:15 +0000 Subject: [PATCH] Add missing RUN line 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 | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.40.0