diff options
Diffstat (limited to 'test-suite/tests/asm-to-bytecode.test')
-rw-r--r-- | test-suite/tests/asm-to-bytecode.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test-suite/tests/asm-to-bytecode.test b/test-suite/tests/asm-to-bytecode.test index daad0b339..8064489d5 100644 --- a/test-suite/tests/asm-to-bytecode.test +++ b/test-suite/tests/asm-to-bytecode.test @@ -77,7 +77,7 @@ (char->integer #\x))) ;; fixme: little-endian test. - (comp-test '(load-program 3 2 1 0 '() 3 (make-int8 3) (return)) - (vector 'load-program 3 2 1 0 3 0 0 0 + (comp-test '(load-program 3 2 1 0 '() 3 0 (make-int8 3) (return)) + (vector 'load-program 3 2 1 0 3 0 0 0 0 0 0 0 (instruction->opcode 'make-int8) 3 (instruction->opcode 'return))))) |