diff options
author | dan <[email protected]> | 2023-05-31 15:47:56 -0400 |
---|---|---|
committer | dan <[email protected]> | 2023-05-31 15:47:56 -0400 |
commit | febaca45c48545e1ad82553583669e920e9cf487 (patch) | |
tree | 9d37a59015c10bff932a0a9724d8b91c650443b8 /tests/nested-ifs3.forth | |
parent | 4c71c5ac64b9e8b350741dcbe1d2d8b87880dc8a (diff) | |
download | forth-febaca45c48545e1ad82553583669e920e9cf487.tar.gz forth-febaca45c48545e1ad82553583669e920e9cf487.tar.bz2 forth-febaca45c48545e1ad82553583669e920e9cf487.zip |
tests: fix negate test
Diffstat (limited to 'tests/nested-ifs3.forth')
-rw-r--r-- | tests/nested-ifs3.forth | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/nested-ifs3.forth b/tests/nested-ifs3.forth deleted file mode 100644 index 729229d..0000000 --- a/tests/nested-ifs3.forth +++ /dev/null @@ -1,5 +0,0 @@ -INPUT -: f if 99 . if 88 . then 77 . then 66 . ; -0 0 f -OUTPUT -66 |