mirror of
https://github.com/MaskRay/ccls.git
synced 2025-04-20 23:53:05 +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*/)) {
|
true /*add_folder_to_path*/)) {
|
||||||
if (!RunObjectiveCIndexTests() && EndsWithAny(path, {".m", ".mm"})) {
|
if (!RunObjectiveCIndexTests() && EndsWithAny(path, {".m", ".mm"})) {
|
||||||
std::cout << "Skipping \"" << path << "\" since this platform does not "
|
std::cout << "Skipping \"" << path << "\" since this platform does not "
|
||||||
<< "support running Objective-C tests.";
|
<< "support running Objective-C tests." << std::endl;
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user