Skip to content

Commit

Permalink
tests: clean up c_struct_with_reserved_field_name_test.v (#18026)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyi98 committed Apr 24, 2023
1 parent 79819c4 commit f598bbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vlib/v/tests/c_struct_with_reserved_field_name_test.v
Expand Up @@ -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
}

0 comments on commit f598bbd

Please sign in to comment.