From 0a2cf66672364ed555c85682e948cff0b54c8f35 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Sat, 24 Feb 2024 19:04:00 +0200 Subject: Fix bugs, add basic debugger --- test/e2e/fibo/test_fibo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/e2e/fibo/test_fibo.py') diff --git a/test/e2e/fibo/test_fibo.py b/test/e2e/fibo/test_fibo.py index 426435a..6dae09b 100644 --- a/test/e2e/fibo/test_fibo.py +++ b/test/e2e/fibo/test_fibo.py @@ -16,4 +16,4 @@ def test_fibo(): machine.run_until_halted() machine.print_state_summary() - assert machine.ra.value == 34 + assert machine.ra.value == 89 -- cgit v1.3