diff options
author | colin <colin@cicadas.surf> | 2023-09-09 14:14:24 -0700 |
---|---|---|
committer | colin <colin@cicadas.surf> | 2023-09-09 14:14:24 -0700 |
commit | a5615cba16837146573230a453632bd2f88ac1b1 (patch) | |
tree | 3ecf0e52b5d2704e103bb0988597e0dd4ec78f86 /examples | |
parent | 05b261a33be670df8fcdf00be801f8cbda1902b5 (diff) |
updating
Diffstat (limited to 'examples')
-rw-r--r-- | examples/examples.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/examples.lisp b/examples/examples.lisp index a188f2f..d437826 100644 --- a/examples/examples.lisp +++ b/examples/examples.lisp @@ -7,7 +7,7 @@ (in-package :testiere.examples) ;;; Turn Testiere On. -(testiere-on) +(testiere:on) ;;; BASIC TESTS |