mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-04 07:36:50 +00:00
CppLanguageServer: Fix syntax of a test case program
This commit is contained in:
@@ -97,7 +97,7 @@ void test_complete_type()
|
||||
String content = R"(
|
||||
struct MyStruct {
|
||||
int x;
|
||||
}
|
||||
};
|
||||
void foo(){
|
||||
MyS
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user