Make all tests hermetic, only the tests with kernel left

This commit is contained in:
Tyler Wilding
2020-10-09 13:23:41 -04:00
parent df6e6dd2a2
commit 83f2751795
43 changed files with 98 additions and 18 deletions
@@ -1,3 +1,5 @@
(define format _format)
(defun float-testing-function ((x float) (y float))
(* x y (* x x))
)