forked from OSchip/llvm-project
Fixed a test case which I am to blame for making it
not runaable. llvm-svn: 72695
This commit is contained in:
parent
7614192d03
commit
bc60ee2215
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue