1
0
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:
yuyi 2023-04-24 17:04:13 +08:00 committed by GitHub
parent 79819c4fcb
commit f598bbde4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,6 +17,6 @@ fn test_c_struct_with_reserved_field_name() {
window_title: 'Polygons'
)
game.gg = cont
println(game.gg)
game.gg.str()
assert true
}