Skip to content

Commit 15ce15d

Browse files
committed
tests: disable anon struct test for now
1 parent 91acd0f commit 15ce15d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

vlib/v/tests/struct_test.v

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -413,6 +413,7 @@ fn test_struct_update() {
413413
assert c2.name == 'test'
414414
}
415415

416+
/*
416417
// Test anon structs
417418
struct Book {
418419
x Foo
@@ -424,3 +425,4 @@ struct Book {
424425
}
425426
426427
fn test_anon() {}
428+
*/

0 commit comments

Comments
 (0)