Fix this to put its output in the output directory.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34971 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Reid Spencer 2007-03-06 17:44:43 +00:00
parent c20c6c346c
commit 2967c5012b

View File

@ -1,4 +1,4 @@
// RUN: %llvmgcc -xc %s -c
// RUN: %llvmgcc -xc %s -c -o %t.o
int test(_Bool pos, _Bool color) {
return 0;