diff options
Diffstat (limited to 'test/DebugInfo/PDB/Native/pdb-native-compilands.test')
-rw-r--r-- | test/DebugInfo/PDB/Native/pdb-native-compilands.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/DebugInfo/PDB/Native/pdb-native-compilands.test b/test/DebugInfo/PDB/Native/pdb-native-compilands.test index 38234d719e50d..2c7011c657085 100644 --- a/test/DebugInfo/PDB/Native/pdb-native-compilands.test +++ b/test/DebugInfo/PDB/Native/pdb-native-compilands.test @@ -1,7 +1,7 @@ ; Test that the native PDB reader can enumerate the compilands. -; RUN: llvm-pdbdump pretty -native -compilands %p/../Inputs/empty.pdb \ +; RUN: llvm-pdbutil pretty -native -compilands %p/../Inputs/empty.pdb \ ; RUN: | FileCheck -check-prefix=EMPTY %s -; RUN: llvm-pdbdump pretty -native -compilands %p/../Inputs/big-read.pdb \ +; RUN: llvm-pdbutil pretty -native -compilands %p/../Inputs/big-read.pdb \ ; RUN: | FileCheck -check-prefix=BIGREAD %s ; Reference output was generated with the DIA reader to ensure that the |