commit | 6fe1f11bc9b78d7cdecea2cf2a06bdee190ad99c | [log] [tgz] |
---|---|---|
author | Daniel Dunbar <daniel@zuster.org> | Mon Sep 08 18:01:15 2008 +0000 |
committer | Daniel Dunbar <daniel@zuster.org> | Mon Sep 08 18:01:15 2008 +0000 |
tree | a0eced48142d556db139a1624850668ac72d5e5d | |
parent | 7fce94da85c9355b3cf050116b1bb14115df03bf [diff] |
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 481fe10..c589355 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>