Skip to content

Commit

Permalink
CppLanguageServer: Fix syntax of a test case program
Browse files Browse the repository at this point in the history
  • Loading branch information
itamar8910 authored and awesomekling committed May 15, 2021
1 parent c54238f commit 35d28b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Userland/DevTools/HackStudio/LanguageServers/Cpp/Tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ void test_complete_type()
String content = R"(
struct MyStruct {
int x;
}
};
void foo(){
MyS
}
Expand Down

0 comments on commit 35d28b2

Please sign in to comment.