mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
tests: clean up c_struct_with_reserved_field_name_test.v (#18026)
This commit is contained in:
parent
79819c4fcb
commit
f598bbde4e
@ -17,6 +17,6 @@ fn test_c_struct_with_reserved_field_name() {
|
|||||||
window_title: 'Polygons'
|
window_title: 'Polygons'
|
||||||
)
|
)
|
||||||
game.gg = cont
|
game.gg = cont
|
||||||
println(game.gg)
|
game.gg.str()
|
||||||
assert true
|
assert true
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user