Broke builtins.
This commit is contained in:
2
Ink.jai
2
Ink.jai
@@ -232,7 +232,7 @@ run_lexer_test :: (file_path : string, result : *Compile_Result, output_type : O
|
||||
result_data.type = .Failed;
|
||||
result_text = report_messages(result.messages);
|
||||
} else {
|
||||
result_text = pretty_print_tokens(result.tokens.tokens, *temp);
|
||||
result_text = pretty_print_tokens(result.tokens, *temp);
|
||||
}
|
||||
|
||||
if output_type & .StdOut {
|
||||
|
||||
Reference in New Issue
Block a user