]> granicus.if.org Git - clang/commitdiff
Fixed a test case which I am to blame for making it
authorFariborz Jahanian <fjahanian@apple.com>
Mon, 1 Jun 2009 17:40:54 +0000 (17:40 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Mon, 1 Jun 2009 17:40:54 +0000 (17:40 +0000)
not runaable.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@72695 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenObjC/messages.m

index b4536ce02d52152c3ed9169cb6dbd5136551361f..f9b9be6e11a38321672b1485b27dcb3616e271d8 100644 (file)
@@ -1,9 +1,9 @@
 // RUN: clang-cc -fnext-runtime --emit-llvm -o %t %s &&
 // RUN: grep "objc_msgSend" %t | count 6 &&
-// RUNX: clang-cc -fgnu-runtime --emit-llvm -o %t %s &&
-// RUNX: grep "objc_msg_lookup" %t | count 6 &&
-// RUNY: clang-cc -fgnu-runtime -fobjc-sender-dependent-dispatch --emit-llvm -o %t %s &&
-// RUNY: grep "objc_msg_lookup_sender" %t | count 6
+// RUN: clang-cc -fgnu-runtime --emit-llvm -o %t %s &&
+// RUN: grep "objc_msg_lookup" %t | count 6 &&
+// RUN: clang-cc -fgnu-runtime -fobjc-sender-dependent-dispatch --emit-llvm -o %t %s &&
+// RUN: grep "objc_msg_lookup_sender" %t | count 6
 // RUN: true
 
 typedef struct {