aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lxiny-examples/arithmetic2.forth
diff options
context:
space:
mode:
authordan <[email protected]>2023-05-31 15:47:56 -0400
committerdan <[email protected]>2023-05-31 15:47:56 -0400
commitfebaca45c48545e1ad82553583669e920e9cf487 (patch)
tree9d37a59015c10bff932a0a9724d8b91c650443b8 /tests/lxiny-examples/arithmetic2.forth
parent4c71c5ac64b9e8b350741dcbe1d2d8b87880dc8a (diff)
downloadforth-febaca45c48545e1ad82553583669e920e9cf487.tar.gz
forth-febaca45c48545e1ad82553583669e920e9cf487.tar.bz2
forth-febaca45c48545e1ad82553583669e920e9cf487.zip
tests: fix negate test
Diffstat (limited to 'tests/lxiny-examples/arithmetic2.forth')
-rw-r--r--tests/lxiny-examples/arithmetic2.forth2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lxiny-examples/arithmetic2.forth b/tests/lxiny-examples/arithmetic2.forth
index a2212d3..6b99ced 100644
--- a/tests/lxiny-examples/arithmetic2.forth
+++ b/tests/lxiny-examples/arithmetic2.forth
@@ -1,5 +1,5 @@
INPUT
-99 negate .k
+99 negate .
-99 abs .
52 23 max .
52 23 min .