diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-04-18 20:23:29 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-04-18 20:23:29 +0000 |
commit | 80583dd3d7a0cc1af467c6d0bb3a57743177eec2 (patch) | |
tree | 74f8b32b0f0b2683ad77440f0e00df6419387502 | |
parent | af23f69aa6247e6bd20a66b2e16babb91f192535 (diff) |
Test case would allow clang to fail.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@69470 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CodeGenObjC/overloadable.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenObjC/overloadable.m b/test/CodeGenObjC/overloadable.m index d455edf771..972dc4ed58 100644 --- a/test/CodeGenObjC/overloadable.m +++ b/test/CodeGenObjC/overloadable.m @@ -1,5 +1,5 @@ // rdar://6657613 -// RUN: clang-cc -emit-llvm %s -o %t +// RUN: clang-cc -emit-llvm %s -o %t && @class C; |