mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 14:54:07 +10:00
Removed annoying assertion test messages from test output
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user