test: add main in the test file

Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
pull/13974/head
Vincenzo Palazzo 2022-04-13 14:04:51 +02:00
parent 7d7899a6ca
commit d3154407c0
No known key found for this signature in database
GPG Key ID: 8B6DC2B870B80D5F
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ struct Err<U> {
value U value U
} }
fn test_report() { fn main() {
r := Opt<ParseRes>(None<ParseRes>{}) r := Opt<ParseRes>(None<ParseRes>{})
match r { match r {
Some<ParseRes> { Some<ParseRes> {