llvm-dwp: Add .test files missing from r269339

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@269705 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
David Blaikie 2016-05-16 21:13:15 +00:00
parent ce4aff93aa
commit 02e7a2680b
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