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

@@ -84,7 +84,7 @@ int main() {
{
//source
size_t sourceLength = 0;
char* source = readFile("sample_code.toy", &sourceLength);
char* source = readFile("../scripts/test/sample_code.toy", &sourceLength);
//test basic compilation & collation
Lexer lexer;