Skip to content

Commit

Permalink
fix tests for latest v (part 2 ... still not sure why array_struct_in…
Browse files Browse the repository at this point in the history
…line.vv is not invariant under vfmt)
  • Loading branch information
spytheman committed Nov 25, 2023
1 parent 296788b commit 0327262
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/array_struct_inline/array_struct_inline.vv
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
module main

const boms = [Go2VInlineStruct{[0xfe, 0xff], 'utf-16be'}, Go2VInlineStruct{[0xff, 0xfe], 'utf-16le'},
Go2VInlineStruct{[0xef, 0xbb, 0xbf], 'utf-8'}]

const boms = [Go2VInlineStruct{[0xfe, 0xff], 'utf-16be'},
Go2VInlineStruct{[0xff, 0xfe], 'utf-16le'}, Go2VInlineStruct{[0xef, 0xbb, 0xbf], 'utf-8'}]
struct Go2VInlineStruct {
mut:
bom []int
Expand Down

0 comments on commit 0327262

Please sign in to comment.