aboutsummaryrefslogtreecommitdiffstats
path: root/tests.scm
diff options
context:
space:
mode:
authorGravatar Peter McGoron 2024-09-07 17:47:10 -0400
committerGravatar Peter McGoron 2024-09-07 17:47:10 -0400
commit53a174f8e2621f2ac8d452742fbc6d458983ccc1 (patch)
tree4bb69490f53bb376f376882238c40a1ce1dca999 /tests.scm
parentchange around insert, delete, and update to hide representation (diff)
readtables, first pass
Diffstat (limited to 'tests.scm')
-rw-r--r--tests.scm5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests.scm b/tests.scm
index ae93237..a3a6a6e 100644
--- a/tests.scm
+++ b/tests.scm
@@ -69,8 +69,3 @@
(display "running string BST-AVL tests")
(newline)
(report-tests %set:tests)
-
-(load "trie.scm")
-(display "char trie")
-(newline)
-(report-tests %trie:tests)