[cfe-commits] r72695 - /cfe/trunk/test/CodeGenObjC/messages.m

Fariborz Jahanian fjahanian at apple.com
Mon Jun 1 10:40:55 PDT 2009


Author: fjahanian
Date: Mon Jun  1 12:40:54 2009
New Revision: 72695

URL: http://llvm.org/viewvc/llvm-project?rev=72695&view=rev
Log:
Fixed a test case which I am to blame for making it
not runaable.

Modified:
    cfe/trunk/test/CodeGenObjC/messages.m

Modified: cfe/trunk/test/CodeGenObjC/messages.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenObjC/messages.m?rev=72695&r1=72694&r2=72695&view=diff

==============================================================================
--- cfe/trunk/test/CodeGenObjC/messages.m (original)
+++ cfe/trunk/test/CodeGenObjC/messages.m Mon Jun  1 12:40:54 2009
@@ -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 {





More information about the cfe-commits mailing list