core_library to core

This commit is contained in:
Krzosa Karol
2024-01-28 18:52:01 +01:00
parent 1547ebd5ce
commit 57b61e366f
9 changed files with 5 additions and 4 deletions

View File

@@ -36,7 +36,7 @@ void TestLexDir(S8_String dir) {
void TestClexer() {
TestLexDir("../standalone_libraries");
TestLexDir("../core_library");
TestLexDir("../core");
TestLexDir("../build_tool");
TestLexDir("../tests");
}