Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
Delta456 committed Apr 14, 2024
1 parent f230820 commit 1d5da08
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions vlib/v/checker/tests/map_result_callback_fn_err.out
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
vlib/v/checker/tests/map_result_callback_fn_err.vv:14:53: error: cannot use Result type in `map` calls without unwrapping or using an or block
12 |
13 | fn execsync(cmd cli.Command) ! {
14 | dens := os.read_lines('/etc/fox/dens')!.map(urllib.parse(it)!)
| ~~~~~~~~~
15 | mut threads := []thread !{}
16 | for den in dens {
vlib/v/checker/tests/map_result_callback_fn_err.vv:19:17: error: cannot use Result type in `map`
17 | threads << spawn update(den)
18 | }
Expand Down

0 comments on commit 1d5da08

Please sign in to comment.