Redirect the output to /dev/null. This prevents the output from cluttering

up the build enviroment.

llvm-svn: 151087
This commit is contained in:
Richard Trieu 2012-02-21 21:40:05 +00:00
parent 1f1a950a7f
commit bd61856d91
1 changed files with 1 additions and 1 deletions

View File

@ -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.