forked from OSchip/llvm-project
Redirect the output to /dev/null. This prevents the output from cluttering
up the build enviroment. llvm-svn: 151087
This commit is contained in:
parent
1f1a950a7f
commit
bd61856d91
|
@ -1,4 +1,4 @@
|
|||
// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -g -emit-obj %s
|
||||
// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -g -emit-obj %s -o /dev/null
|
||||
|
||||
// This test passes if clang doesn't crash.
|
||||
|
||||
|
|
Loading…
Reference in New Issue