diff options
Diffstat (limited to 'tests/inlineasm/asmsum.py.exp')
-rw-r--r-- | tests/inlineasm/asmsum.py.exp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/inlineasm/asmsum.py.exp b/tests/inlineasm/asmsum.py.exp index d50a94c8db..3c83da367a 100644 --- a/tests/inlineasm/asmsum.py.exp +++ b/tests/inlineasm/asmsum.py.exp @@ -1,2 +1,3 @@ array('l', [100, 200, 300, 400]) 1000 array('b', [10, 20, 30, 40, 50, 60, 70, 80]) 360 +b'\x01\x02\x03\x04' 10 |