diff options
author | Keith Packard <keithp@keithp.com> | 2016-11-11 21:18:50 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2016-11-17 22:18:39 -0800 |
commit | 6187afea14c2dbaae98b595963104c527a3a45c8 (patch) | |
tree | b27e34c3b1d6fedf94287b31ea7e99872bcd1c19 /src/test/hanoi.lisp | |
parent | 0fd008d75ca451ba68ad8ae773ea8a5ebc1785c5 (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.lisp | 2 |
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) |