diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/015/trie.tl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/015/trie.tl b/tests/015/trie.tl index f233c76e..48e7e050 100644 --- a/tests/015/trie.tl +++ b/tests/015/trie.tl @@ -46,4 +46,4 @@ (mvtest (build (each ((d dat)) (add [rx0 d]))) dat - (build (each ((n enu)) (add [rx0 n]))) (repeat '(nil) (len dat))) + (build (each ((n ndt)) (add [rx0 n]))) (repeat '(nil) (len dat))) |