summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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