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

CppLanguageServer: Put cpp test files in /home/anon/cpp-tests/

This is similar to the LibJS test data that resides in
/home/anon/js-tests.
It's more convenient than storing the test programs as raw strings
in the code.
This commit is contained in:
Itamar 2021-05-16 18:50:45 +03:00 committed by Andreas Kling
parent 28ed518142
commit eeb98335d5
8 changed files with 47 additions and 37 deletions

View file

@ -0,0 +1,4 @@
int main(int argc, char** argv)
{
argv = nullptr;
}