mirror of
https://github.com/vlang/v.git
synced 2025-09-15 07:22:27 +03:00
tests: disable anon struct test for now
This commit is contained in:
parent
91acd0f380
commit
15ce15d41b
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue