From 80583dd3d7a0cc1af467c6d0bb3a57743177eec2 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Sat, 18 Apr 2009 20:23:29 +0000 Subject: [PATCH] Test case would allow clang to fail. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@69470 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGenObjC/overloadable.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.40.0