Fix test to output LLVM to a temporary file, which we grep as part of the test

llvm-svn: 69448
This commit is contained in:
Douglas Gregor 2009-04-18 15:48:37 +00:00
parent 19fac3cf3c
commit f21701b70c
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
// rdar://6657613
// RUN: clang-cc -emit-llvm %s -o -
// RUN: clang-cc -emit-llvm %s -o %t
@class C;