Removed annoying assertion test messages from test output

This commit is contained in:
2022-10-19 23:34:15 +01:00
parent e01e096188
commit 1baa65cc95
6 changed files with 27 additions and 4 deletions

View File

@@ -90,7 +90,7 @@ int main() {
{
//get the source file
size_t size = 0;
char* source = readFile("sample_code.toy", &size);
char* source = readFile("../scripts/test/sample_code.toy", &size);
//test parsing a chunk of junk (valgrind will find leaks)
Lexer lexer;