mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 09:47:35 +00:00
CppLanguageServer: Fix syntax of a test case program
This commit is contained in:
parent
c54238f65c
commit
35d28b29b3
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ void test_complete_type()
|
||||||
String content = R"(
|
String content = R"(
|
||||||
struct MyStruct {
|
struct MyStruct {
|
||||||
int x;
|
int x;
|
||||||
}
|
};
|
||||||
void foo(){
|
void foo(){
|
||||||
MyS
|
MyS
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue