From 306ca0571c5d906ce76df97bd1ea54f4e0e50240 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Sat, 7 Jul 2018 20:07:30 +0200 Subject: prog, pkg/compiler: support fmt type fmt type allows to convert intergers and resources to string representation. --- prog/encodingexec_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'prog/encodingexec_test.go') 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, }, }, { -- cgit mrf-deployment