Don't always run forbble tests.

This commit is contained in:
Sage Vaillancourt 2022-04-22 10:41:26 -04:00 committed by Sage Vaillancourt
parent 6dcec5a8c5
commit 8b10cb6a46
1 changed files with 0 additions and 3 deletions

View File

@ -186,7 +186,6 @@
(def esc (ch 27))
(def reset (cat esc "[0m"))
(def fprompt (cat esc "[33;1mplf:> " reset))
(plf-tests)
(def original-prompt prompt)
(def original-preprocess preprocess)
@ -209,5 +208,3 @@
)))
(plf-repl)
"forbble loaded"