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:
parent
231623b75b
commit
81104ac309
@ -10,5 +10,5 @@ fn test_cast() {
|
||||
_ := f32(0)
|
||||
_ := Type(0)
|
||||
_ := ast.Expr(sum_expr())
|
||||
_ := nil
|
||||
_ := unsafe { nil }
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user