diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2024-02-24 19:04:00 +0200 |
|---|---|---|
| committer | Jan Tuomi <jans.tuomi@gmail.com> | 2024-02-24 19:04:00 +0200 |
| commit | 0a2cf66672364ed555c85682e948cff0b54c8f35 (patch) | |
| tree | 249a426faf5e7ba0d218176f651dca6c635a3705 /test/e2e/fibo/test_fibo.py | |
| parent | 416e896956d3b05793337da6609fe1544797c0a9 (diff) | |
Fix bugs, add basic debugger
Diffstat (limited to 'test/e2e/fibo/test_fibo.py')
| -rw-r--r-- | test/e2e/fibo/test_fibo.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
