diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2018-07-07 20:07:30 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-07-08 22:52:24 +0200 |
| commit | 306ca0571c5d906ce76df97bd1ea54f4e0e50240 (patch) | |
| tree | a579718e096c53dc5386f4af2fbabb3318eaf1ed /prog/encodingexec_test.go | |
| parent | 93213ec0d3c4522c8844a51b718eb56ce62f395b (diff) | |
prog, pkg/compiler: support fmt type
fmt type allows to convert intergers and resources
to string representation.
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, }, }, { |
