1
1
mirror of https://github.com/kanaka/mal.git synced 2024-08-16 17:20:23 +03:00

tests/lib: fix path in test-alias-hacks, use load-file-once

This commit is contained in:
Nicolas Boulenguez 2019-07-18 17:50:12 +02:00
parent 03a2a69679
commit 3af0639fca

View File

@ -1,5 +1,6 @@
;; Testing alias-hacks.mal
(load-file "../../lib/alias-hacks.mal")
(load-file "../lib/load-file-once.mal")
(load-file-once "../lib/alias-hacks.mal")
;=>nil
;; Testing let
@ -52,4 +53,3 @@ x
;=>3
((partial str 1 2) 3 4)
;=>"1234"