1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

ci: fix v test-cleancode failures

This commit is contained in:
Delyan Angelov 2022-07-21 22:05:12 +03:00
parent 231623b75b
commit 81104ac309
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED

View File

@ -10,5 +10,5 @@ fn test_cast() {
_ := f32(0)
_ := Type(0)
_ := ast.Expr(sum_expr())
_ := nil
_ := unsafe { nil }
}