forked from OSchip/llvm-project
Fix RUN line to not litter the test directory.
llvm-svn: 76320
This commit is contained in:
parent
077d069c91
commit
c88ab62c87
|
@ -1,4 +1,4 @@
|
|||
// RUN: clang-cc -triple i386-apple-darwin9 -fnext-runtime -emit-llvm %s
|
||||
// RUN: clang-cc -triple i386-apple-darwin9 -fnext-runtime -emit-llvm %s -o %t
|
||||
|
||||
@interface Foo
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue