From: Adrian McCarthy Date: Thu, 23 Mar 2017 16:57:53 +0000 (+0000) Subject: Fix build break after r298623 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=89441d7d39aefaa81332985bda232c04a6b8b469;p=llvm 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.) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@298625 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/DebugInfo/PDB/Native/pdb-native-summary.test b/test/DebugInfo/PDB/Native/pdb-native-summary.test index df1568a753e..bd32f198a39 100644 --- a/test/DebugInfo/PDB/Native/pdb-native-summary.test +++ b/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