llvm-dwp: Add .test files missing from r269339

llvm-svn: 269705
This commit is contained in:
David Blaikie 2016-05-16 21:13:15 +00:00
parent 84fee5852c
commit 01704bb1db
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,3 @@
RUN: not llvm-dwp %p/../Inputs/invalid_cu_index/x.dwp -o %t 2>&1 | FileCheck %s
CHECK: error: Failed to parse cu_index

View File

@ -0,0 +1,3 @@
RUN: not llvm-dwp %p/../Inputs/missing_tu_index/x.dwp -o %t 2>&1 | FileCheck %s
CHECK: error: Failed to parse tu_index