[lldb] Fix a typo in a test name
authorWalter Erquinigo <wallace@fb.com>
Fri, 10 Apr 2020 15:23:42 +0000 (08:23 -0700)
committerWalter Erquinigo <wallace@fb.com>
Tue, 14 Apr 2020 19:18:58 +0000 (12:18 -0700)
commitcea112f422cea3e6fab7cefffef2e09eadec279e
tree3f5fc709ff2d087c822fc4a68006ec14e0c7f826
parent4d9fac6da5501727eaf19a8d50044a5adcbd433d
[lldb] Fix a typo in a test name

Summary:
Removing the Test prefix from the file name and its usages. The standard is using only Test as a suffix.
This was correctly pointed out in https://reviews.llvm.org/D77444.

Reviewers: labath, clayborg

Subscribers: mgorny, lldb-commits

Tags: #lldb

Differential Revision: https://reviews.llvm.org/D77878
lldb/unittests/API/CMakeLists.txt
lldb/unittests/API/SBCommandInterpreterTest.cpp [moved from lldb/unittests/API/TestSBCommandInterpreterTest.cpp with 94% similarity]