summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian McCarthy <amccarth@google.com>2017-03-23 16:57:53 +0000
committerAdrian McCarthy <amccarth@google.com>2017-03-23 16:57:53 +0000
commite4e5a2b13e4f56422f7f446baf75a41db3dc1add (patch)
tree61e5d8983a0adb1ad2b82c2c8eacc8a47d03c745
parentbc2648271761ddb675ed5d6779b2dc3433798f07 (diff)
downloadbcm5719-llvm-e4e5a2b13e4f56422f7f446baf75a41db3dc1add.tar.gz
bcm5719-llvm-e4e5a2b13e4f56422f7f446baf75a41db3dc1add.zip
Fix build break after r298623
Use the -color-output option explicitly to eliminate the ANSI color codes in pdb-native-summary.test. (The default should have done this.) llvm-svn: 298625
-rw-r--r--llvm/test/DebugInfo/PDB/Native/pdb-native-summary.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/DebugInfo/PDB/Native/pdb-native-summary.test b/llvm/test/DebugInfo/PDB/Native/pdb-native-summary.test
index df1568a753e..bd32f198a39 100644
--- a/llvm/test/DebugInfo/PDB/Native/pdb-native-summary.test
+++ b/llvm/test/DebugInfo/PDB/Native/pdb-native-summary.test
@@ -1,5 +1,5 @@
; Test that the native PDB reader gets the PDB summary correct.
-; RUN: llvm-pdbdump pretty -native %p/../Inputs/empty.pdb \
+; RUN: llvm-pdbdump pretty -native -color-output=false %p/../Inputs/empty.pdb \
; RUN: | FileCheck -check-prefix=EMPTY %s
; Reference output was generated with the DIA reader to ensure that the
OpenPOWER on IntegriCloud