aboutsummaryrefslogtreecommitdiffstats
path: root/test/e2e/just_hlt/test_just_hlt.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/e2e/just_hlt/test_just_hlt.py')
-rw-r--r--test/e2e/just_hlt/test_just_hlt.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/e2e/just_hlt/test_just_hlt.py b/test/e2e/just_hlt/test_just_hlt.py
index 60c59b0..c037615 100644
--- a/test/e2e/just_hlt/test_just_hlt.py
+++ b/test/e2e/just_hlt/test_just_hlt.py
@@ -8,7 +8,7 @@ def test_just_hlt():
source = f.read()
obj = assemble(source, filename)
- rom_image = pad_bytearray(obj)
+ rom_image = pad_bytearray(obj.program)
machine = Machine()
machine.load_rom_image(rom_image)