forked from OSchip/llvm-project
Simplify RUN lines. No functionality change.
llvm-svn: 171045
This commit is contained in:
parent
521e0d59f3
commit
a5d914196c
|
@ -1,7 +1,7 @@
|
|||
// RUN: %clang_cc1 -fsyntax-only -fblocks -fobjc-arc -Wno-objc-root-class %s > %t.arc 2>&1 ; FileCheck --check-prefix=CHECK-ARC --input-file=%t.arc %s
|
||||
// RUN: %clang_cc1 -fsyntax-only -fblocks -fobjc-arc -Wno-objc-root-class %s 2>&1 | FileCheck --check-prefix=CHECK-ARC %s
|
||||
// rdar://9829425
|
||||
|
||||
// RUN: %clang_cc1 -fsyntax-only -fblocks -Wno-objc-root-class %s > %t 2>&1 ; FileCheck --input-file=%t %s
|
||||
// RUN: %clang_cc1 -fsyntax-only -fblocks -Wno-objc-root-class %s 2>&1 | FileCheck %s
|
||||
// rdar://11761511
|
||||
|
||||
extern void doSomething();
|
||||
|
|
Loading…
Reference in New Issue