diff options
Diffstat (limited to 'prog/encodingexec_test.go')
| -rw-r--r-- | prog/encodingexec_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/prog/encodingexec_test.go b/prog/encodingexec_test.go index 1b3fb14b4..ed0a41ddc 100644 --- a/prog/encodingexec_test.go +++ b/prog/encodingexec_test.go @@ -324,10 +324,10 @@ func TestSerializeForExec(t *testing.T) { Addr: dataOffset + 26, Arg: ExecArgConst{ Size: 2, + Format: FormatBigEndian, Value: 0x42, BitfieldOffset: 0, BitfieldLength: 11, - BigEndian: true, }, }, { |
