mirror of
https://github.com/vlang/v.git
synced 2025-09-13 22:42:26 +03:00
tests: clean up c_struct_with_reserved_field_name_test.v (#18026)
This commit is contained in:
parent
79819c4fcb
commit
f598bbde4e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue