Commit 9916747d by Tianqi Yang

test(original_error): modify the result of miscerror

Modify test cases: - miscerror: Modify the error message of BadPrintArgError
parent 3b7bf68e
*** Error at (3,15): incompatible argument 1: class : Main given, int/bool/string expected
*** Error at (3,15): incompatible argument 1: class : Main given, int/bool/string or class with method 'print()' expected
*** Error at (5,13): 'break' is only allowed inside a loop
*** Error at (6,15): int is not a class type
*** Error at (8,25): bool is not a class type
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment