1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

tests: disable anon struct test for now

This commit is contained in:
Alexander Medvednikov 2022-07-07 13:08:05 +03:00
parent 91acd0f380
commit 15ce15d41b

View File

@ -413,6 +413,7 @@ fn test_struct_update() {
assert c2.name == 'test' assert c2.name == 'test'
} }
/*
// Test anon structs // Test anon structs
struct Book { struct Book {
x Foo x Foo
@ -424,3 +425,4 @@ struct Book {
} }
fn test_anon() {} fn test_anon() {}
*/