Skip to content

Commit

Permalink
fix test x3
Browse files Browse the repository at this point in the history
  • Loading branch information
Delta456 committed Jul 2, 2024
1 parent f459c26 commit 6b86d73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vlib/v/tests/cast_fixed_array_to_ptr_ptr_test.v
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ struct Foo {
fn test_main() {
foo := Foo{
bar: unsafe {
&&char(['a', 'b', nil]!)
&&char([c'a', c'b', nil]!)
}
}
println(foo)
Expand Down

0 comments on commit 6b86d73

Please sign in to comment.