mirror of
https://github.com/MaskRay/ccls.git
synced 2025-02-20 07:30:50 +00:00
Add newline after warning about not running obj-c tests
This commit is contained in:
parent
2a17f66792
commit
f5f3887dd3
@ -128,7 +128,7 @@ void RunIndexTests(const std::string& filter_path) {
|
||||
true /*add_folder_to_path*/)) {
|
||||
if (!RunObjectiveCIndexTests() && EndsWithAny(path, {".m", ".mm"})) {
|
||||
std::cout << "Skipping \"" << path << "\" since this platform does not "
|
||||
<< "support running Objective-C tests.";
|
||||
<< "support running Objective-C tests." << std::endl;
|
||||
continue;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user