1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 14:38:11 +00:00

CppLanguageServer: Fix syntax of a test case program

This commit is contained in:
Itamar 2021-05-15 23:34:26 +03:00 committed by Andreas Kling
parent c54238f65c
commit 35d28b29b3

View file

@ -97,7 +97,7 @@ void test_complete_type()
String content = R"(
struct MyStruct {
int x;
}
};
void foo(){
MyS
}