Skip to content

Commit ac7512b

Browse files
authored
tests: enable closure_test.v for every CPU arch (#24384)
1 parent 2f3871d commit ac7512b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

vlib/v/tests/fns/closure_test.v

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// vtest build: amd64 || arm64 // closures aren't implemented yet
21
fn test_decl_assignment() {
32
my_var := 12
43
c1 := fn [my_var] () int {

0 commit comments

Comments
 (0)