mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
ci: fix .out files after 40ce18f
This commit is contained in:
@@ -26,6 +26,13 @@ vlib/v/checker/tests/infix_err.vv:11:7: error: `+` cannot be used with `?int`
|
|||||||
| ^
|
| ^
|
||||||
12 | _ = int(0) + g() // FIXME not detected
|
12 | _ = int(0) + g() // FIXME not detected
|
||||||
13 | _ = g() + int(3)
|
13 | _ = g() + int(3)
|
||||||
|
vlib/v/checker/tests/infix_err.vv:12:12: error: unwrapped optional cannot be used in an infix expression
|
||||||
|
10 |
|
||||||
|
11 | _ = 4 + g()
|
||||||
|
12 | _ = int(0) + g() // FIXME not detected
|
||||||
|
| ^
|
||||||
|
13 | _ = g() + int(3)
|
||||||
|
14 | _ = g() + 3
|
||||||
vlib/v/checker/tests/infix_err.vv:13:9: error: `+` cannot be used with `?int`
|
vlib/v/checker/tests/infix_err.vv:13:9: error: `+` cannot be used with `?int`
|
||||||
11 | _ = 4 + g()
|
11 | _ = 4 + g()
|
||||||
12 | _ = int(0) + g() // FIXME not detected
|
12 | _ = int(0) + g() // FIXME not detected
|
||||||
|
|||||||
@@ -2,4 +2,4 @@ vlib/v/checker/tests/unwrapped_optional_infix.vv:5:16: error: unwrapped optional
|
|||||||
3 | }
|
3 | }
|
||||||
4 |
|
4 |
|
||||||
5 | println(test() == "")
|
5 | println(test() == "")
|
||||||
|
|
| ~~
|
||||||
|
|||||||
Reference in New Issue
Block a user