Skip to content

Commit 8755c6d

Browse files
committed
test: refact tests to remove print dependency
1 parent 9b5de07 commit 8755c6d

20 files changed

Lines changed: 60 additions & 11073 deletions

tests/functional/arch/zx48k/opt1_dim_arr_global.asm

Lines changed: 3 additions & 1043 deletions
Large diffs are not rendered by default.

tests/functional/arch/zx48k/opt1_dim_arr_global.bas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ DIM a(5) as UByte => {0, 1, 2, 3, 4, 5}
33
DIM i as UInteger
44

55
i = 3
6-
PRINT a(i)
6+
POKE 0, a(i)

0 commit comments

Comments
 (0)