diff options
| author | Adrian McCarthy <amccarth@google.com> | 2017-03-23 17:18:50 +0000 |
|---|---|---|
| committer | Adrian McCarthy <amccarth@google.com> | 2017-03-23 17:18:50 +0000 |
| commit | 3c0328e01127a573c7b1ec81f926f81191e3e93d (patch) | |
| tree | 15d1709412b9dc6619d628b54bd972a403e05440 /llvm/test | |
| parent | e4e5a2b13e4f56422f7f446baf75a41db3dc1add (diff) | |
| download | bcm5719-llvm-3c0328e01127a573c7b1ec81f926f81191e3e93d.tar.gz bcm5719-llvm-3c0328e01127a573c7b1ec81f926f81191e3e93d.zip | |
Somehow this still breaks because of ANSI color codes in test output on Linux.
Reverting until I can figure out the root cause.
Revert "Re-land: Make NativeExeSymbol a concrete subclass of NativeRawSymbol [PDB]"
This reverts commit f461a70cc376f0f91c8b4917be79479cc86330a5.
llvm-svn: 298626
Diffstat (limited to 'llvm/test')
| -rw-r--r-- | llvm/test/DebugInfo/PDB/Native/pdb-native-summary.test | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/llvm/test/DebugInfo/PDB/Native/pdb-native-summary.test b/llvm/test/DebugInfo/PDB/Native/pdb-native-summary.test deleted file mode 100644 index bd32f198a39..00000000000 --- a/llvm/test/DebugInfo/PDB/Native/pdb-native-summary.test +++ /dev/null @@ -1,11 +0,0 @@ -; Test that the native PDB reader gets the PDB summary correct. -; 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 -; `-native` option produces identical output. - -; EMPTY: Size: 102400 bytes -; EMPTY: Guid: {0B355641-86A0-A249-896F-9988FAE52FF0} -; EMPTY: Age: 1 -; EMPTY: Attributes: HasPrivateSymbols |

