aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Trieu <rtrieu@google.com>2012-02-21 21:40:05 +0000
committerRichard Trieu <rtrieu@google.com>2012-02-21 21:40:05 +0000
commitc95d01f838efd729fb7f910f5e551aa7d9a2c442 (patch)
tree44b91443d39ee958f8e0fa13b7b7dc14cacdd810
parentb09ab8c293833c3dbcbf78f0db5e01fec46966bf (diff)
Redirect the output to /dev/null. This prevents the output from cluttering
up the build enviroment. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@151087 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/CodeGenObjCXX/debug-info.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenObjCXX/debug-info.mm b/test/CodeGenObjCXX/debug-info.mm
index 30af4c30c5..0778889eb8 100644
--- a/test/CodeGenObjCXX/debug-info.mm
+++ b/test/CodeGenObjCXX/debug-info.mm
@@ -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.