diff options
| author | Zachary Turner <zturner@google.com> | 2017-03-17 00:46:42 +0000 |
|---|---|---|
| committer | Zachary Turner <zturner@google.com> | 2017-03-17 00:46:42 +0000 |
| commit | 2d9c082033227d98c5e26c4c6a2c2394be2c1618 (patch) | |
| tree | 3a82cc2822451ebde0533230bba23714a45778af /llvm/test/DebugInfo/PDB/Native/pdb-native-summary.test | |
| parent | f0b68d3fbc1b0aa04f05fe8718749de4b1d8978f (diff) | |
| download | bcm5719-llvm-2d9c082033227d98c5e26c4c6a2c2394be2c1618.tar.gz bcm5719-llvm-2d9c082033227d98c5e26c4c6a2c2394be2c1618.zip | |
Revert "Make NativeExeSymbol a concrete subclass of NativeRawSymbol [PDB]"
For some reason this is causing ANSI color codes to be printed
even when run through FileCheck.
llvm-svn: 298026
Diffstat (limited to 'llvm/test/DebugInfo/PDB/Native/pdb-native-summary.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 f86a9c81a08..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 %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 |

