summaryrefslogtreecommitdiff
path: root/test/DebugInfo
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-08-20 18:03:05 +0000
committerDan Gohman <gohman@apple.com>2010-08-20 18:03:05 +0000
commit7316638bc7c180c3054ad7e7739baae5b25a95b7 (patch)
treec54e9b3ab0eed1937b557c1c4c08c95819308427 /test/DebugInfo
parent3120c18e08290e80ec4f109678269779cfe9e313 (diff)
downloadllvm-7316638bc7c180c3054ad7e7739baae5b25a95b7.tar.gz
llvm-7316638bc7c180c3054ad7e7739baae5b25a95b7.tar.bz2
llvm-7316638bc7c180c3054ad7e7739baae5b25a95b7.tar.xz
Convert DbgInfoPrinter to use errs() instead of outs().
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111659 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/DebugInfo')
-rw-r--r--test/DebugInfo/printdbginfo2.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/DebugInfo/printdbginfo2.ll b/test/DebugInfo/printdbginfo2.ll
index e19395b0df..3193791974 100644
--- a/test/DebugInfo/printdbginfo2.ll
+++ b/test/DebugInfo/printdbginfo2.ll
@@ -1,4 +1,4 @@
-; RUN: opt < %s -print-dbginfo -disable-output | FileCheck %s
+; RUN: opt < %s -print-dbginfo -disable-output |& FileCheck %s
; grep {%b is variable b of type x declared at x.c:7} %t1
; grep {%2 is variable b of type x declared at x.c:7} %t1
; grep {@c.1442 is variable c of type int declared at x.c:4} %t1