[lldb/Test] Fix type in add_lit_testsuite

The new test suite should be called check-lldb-repro rather than
check-lldb.
This commit is contained in:
Jonas Devlieghere 2020-01-22 17:51:55 -08:00
parent 9be5c13538
commit 9b5a9f2fab
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ add_lit_testsuite(check-lldb-repro-capture
DEPENDS lldb-test-deps)
# Add a lit test suite that runs the shell test by replaying a reproducer.
add_lit_testsuite(check-lldb
add_lit_testsuite(check-lldb-repro
"Running lldb shell test suite with reproducer replay"
${CMAKE_CURRENT_BINARY_DIR}
PARAMS "lldb-run-with-repro=capture"