diff options
Diffstat (limited to 'llvm/test/DebugInfo/PDB/pdbdump-readwrite.test')
-rw-r--r-- | llvm/test/DebugInfo/PDB/pdbdump-readwrite.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/DebugInfo/PDB/pdbdump-readwrite.test b/llvm/test/DebugInfo/PDB/pdbdump-readwrite.test index 4756faf68c2..ad075901431 100644 --- a/llvm/test/DebugInfo/PDB/pdbdump-readwrite.test +++ b/llvm/test/DebugInfo/PDB/pdbdump-readwrite.test @@ -1,5 +1,5 @@ -RUN: llvm-pdbdump pdb2yaml -dbi-module-info -dbi-module-source-info \ -RUN: -dbi-stream -pdb-stream -string-table -tpi-stream -stream-directory \ +RUN: llvm-pdbdump pdb2yaml -modules -module-files -dbi-stream \ +RUN: -pdb-stream -string-table -tpi-stream -stream-directory \ RUN: -stream-metadata %p/Inputs/empty.pdb > %t.1 RUN: llvm-pdbdump yaml2pdb -pdb=%t.2 %t.1 |