[lit] Remove the *.test suffix from two test inputs

This prevents the test inputs from being marked as unsupported tests,
due to their lack of RUN lines.

llvm-svn: 333701
This commit is contained in:
Vedant Kumar 2018-05-31 22:09:01 +00:00
parent cc5a6163a4
commit 38671237a6
3 changed files with 4 additions and 4 deletions

View File

@ -1,10 +1,10 @@
# RUN: %cxx %p/Inputs/call-function.cpp -g -o %t
# RUN: lldb-test ir-memory-map %t %S/Inputs/ir-memory-map-basic.test
# RUN: lldb-test ir-memory-map -host-only %t %S/Inputs/ir-memory-map-basic.test
# RUN: lldb-test ir-memory-map %t %S/Inputs/ir-memory-map-basic
# RUN: lldb-test ir-memory-map -host-only %t %S/Inputs/ir-memory-map-basic
# RUN: lldb-test ir-memory-map %t %S/Inputs/ir-memory-map-overlap1.test
# RUN: lldb-test ir-memory-map -host-only %t %S/Inputs/ir-memory-map-overlap1.test
# RUN: lldb-test ir-memory-map %t %S/Inputs/ir-memory-map-overlap1
# RUN: lldb-test ir-memory-map -host-only %t %S/Inputs/ir-memory-map-overlap1
# RUN: lldb-test ir-memory-map %t %S/Inputs/ir-memory-map-mix-malloc-free
# RUN: lldb-test ir-memory-map -host-only %t %S/Inputs/ir-memory-map-mix-malloc-free