[llvm] r298625 - Fix build break after r298623

Adrian McCarthy via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 23 09:57:53 PDT 2017


Author: amccarth
Date: Thu Mar 23 11:57:53 2017
New Revision: 298625

URL: http://llvm.org/viewvc/llvm-project?rev=298625&view=rev
Log:
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.)

Modified:
    llvm/trunk/test/DebugInfo/PDB/Native/pdb-native-summary.test

Modified: llvm/trunk/test/DebugInfo/PDB/Native/pdb-native-summary.test
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/PDB/Native/pdb-native-summary.test?rev=298625&r1=298624&r2=298625&view=diff
==============================================================================
--- llvm/trunk/test/DebugInfo/PDB/Native/pdb-native-summary.test (original)
+++ llvm/trunk/test/DebugInfo/PDB/Native/pdb-native-summary.test Thu Mar 23 11:57:53 2017
@@ -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




More information about the llvm-commits mailing list