aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/lxiny-examples/stack-manipulation.forth2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lxiny-examples/stack-manipulation.forth b/tests/lxiny-examples/stack-manipulation.forth
index 1192bb9..0d1924c 100644
--- a/tests/lxiny-examples/stack-manipulation.forth
+++ b/tests/lxiny-examples/stack-manipulation.forth
@@ -1,6 +1,6 @@
INPUT
3 dup .s clearstack
-2 5 swap .s clearstack
+2 5 swap .s clearstack
6 4 5 rot .s clearstack
4 0 drop .s clearstack
1 2 3 nip .s clearstack