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:
parent
91acd0f380
commit
15ce15d41b
@ -413,6 +413,7 @@ fn test_struct_update() {
|
||||
assert c2.name == 'test'
|
||||
}
|
||||
|
||||
/*
|
||||
// Test anon structs
|
||||
struct Book {
|
||||
x Foo
|
||||
@ -424,3 +425,4 @@ struct Book {
|
||||
}
|
||||
|
||||
fn test_anon() {}
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user