Update UI test

This commit is contained in:
Guillaume Gomez 2020-05-26 11:16:02 +02:00
parent d01f1314b7
commit 37bdb3bb3b

View file

@ -1,5 +1,6 @@
{"message":"`main` function not found in crate `json_short`","code":{"code":"E0601","explanation":"No `main` function was found in a binary crate. To fix this error, add a
`main` function. For example:
{"message":"`main` function not found in crate `json_short`","code":{"code":"E0601","explanation":"No `main` function was found in a binary crate.
To fix this error, add a `main` function:
```
fn main() {