From c95d01f838efd729fb7f910f5e551aa7d9a2c442 Mon Sep 17 00:00:00 2001 From: Richard Trieu Date: Tue, 21 Feb 2012 21:40:05 +0000 Subject: [PATCH] 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 --- test/CodeGenObjCXX/debug-info.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.40.0