diff options
Diffstat (limited to 'test/DebugInfo/PDB/pdb-longname-truncation.test')
-rw-r--r-- | test/DebugInfo/PDB/pdb-longname-truncation.test | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/DebugInfo/PDB/pdb-longname-truncation.test b/test/DebugInfo/PDB/pdb-longname-truncation.test new file mode 100644 index 0000000000000..2e0284fbe916c --- /dev/null +++ b/test/DebugInfo/PDB/pdb-longname-truncation.test @@ -0,0 +1,3 @@ +; For now just verify that this doesn't cause an error. Later we pdbdump can
+; do type lookup, we can verify that the name matches what we expect.
+; RUN: llvm-pdbdump yaml2pdb -pdb=%t.pdb %p/Inputs/longname-truncation.yaml
|