summaryrefslogtreecommitdiff
path: root/src/test/hanoi.lisp
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2016-11-11 21:18:50 -0800
committerKeith Packard <keithp@keithp.com>2017-02-20 11:16:50 -0800
commit8f2d60b4c029bffaa559bd1f31f5b15230dfa674 (patch)
tree3b19d160542e3bcf26625f023f572658e8f79127 /src/test/hanoi.lisp
parentdba374516ed396633659dec571b6a44b03da8ad1 (diff)
altos/lisp: Add save/restore to ao_lisp_test
Allow testing of the save/restore code under Linux. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/test/hanoi.lisp')
-rw-r--r--src/test/hanoi.lisp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/test/hanoi.lisp b/src/test/hanoi.lisp
index 09a3611c..01398d91 100644
--- a/src/test/hanoi.lisp
+++ b/src/test/hanoi.lisp
@@ -125,5 +125,3 @@
(clear)
(_hanoi len 0 1 2)
)
-
-(hanoi)