Skip to content

Commit 4994305

Browse files
committed
deftest compile down to a function with the same name, so it clashes
with the stdlib var
1 parent 854d838 commit 4994305

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/pixie/tests/test-stdlib.pxi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -692,5 +692,5 @@
692692
(t/assert= m [:a 1])
693693
(t/assert= m '(:a 1))))
694694

695-
(t/deftest vary-meta
695+
(t/deftest test-vary-meta
696696
(t/assert= 42 (-> {} (vary-meta assoc :foo 42) meta :foo)))

0 commit comments

Comments
 (0)