sapphire/tests/invalid-type.json

9 lines
308 B
JSON
Raw Normal View History

2022-08-26 15:05:03 +00:00
{
"file": "invalid-type.sp",
"compile": {
"flags": [],
"exit-code": 1,
"stdout": "",
"stderr": "\u001b[1;1mtests/invalid-type.sp:1:15: \u001b[31;49merror: \u001b[0;0mExpected type name\n1 let @main : u56 in {\n \u001b[31;49m^\u001b[0;0m\n"
2022-08-26 15:05:03 +00:00
}
}