sapphire/tests/body-not-math-expr.json
apio a0945e54b2 Update tests
Apparently now error reporting works better!! I wonder why...
2022-11-01 22:29:21 +01:00

9 lines
323 B
JSON

{
"file": "body-not-math-expr.sp",
"compile": {
"flags": [],
"exit-code": 1,
"stdout": "",
"stderr": "\u001b[1;1mtests/body-not-math-expr.sp:2:5: \u001b[31;49merror: \u001b[0;0mexpected a number\n2 syscall1(60, 1); // sys_exit(1)\n \u001b[31;49m^\u001b[0;0m\n"
}
}