]> granicus.if.org Git - clang/commitdiff
Redirect the output to /dev/null. This prevents the output from cluttering
authorRichard Trieu <rtrieu@google.com>
Tue, 21 Feb 2012 21:40:05 +0000 (21:40 +0000)
committerRichard Trieu <rtrieu@google.com>
Tue, 21 Feb 2012 21:40:05 +0000 (21:40 +0000)
up the build enviroment.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@151087 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenObjCXX/debug-info.mm

index 30af4c30c507a5ca64a77d0bad66fb6a7bd43dc9..0778889eb883f0d593f252fe6d56b57bc49249bc 100644 (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.