diff options
author | Adrian McCarthy <amccarth@google.com> | 2017-03-23 16:57:53 +0000 |
---|---|---|
committer | Adrian McCarthy <amccarth@google.com> | 2017-03-23 16:57:53 +0000 |
commit | e4e5a2b13e4f56422f7f446baf75a41db3dc1add (patch) | |
tree | 61e5d8983a0adb1ad2b82c2c8eacc8a47d03c745 | |
parent | bc2648271761ddb675ed5d6779b2dc3433798f07 (diff) | |
download | bcm5719-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.test | 2 |
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 |