aboutsummaryrefslogtreecommitdiff
path: root/tests/math/floor
diff options
context:
space:
mode:
Diffstat (limited to 'tests/math/floor')
-rw-r--r--tests/math/floor/bad_type_list.neb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/math/floor/bad_type_list.neb b/tests/math/floor/bad_type_list.neb
index a0d3b3b..396fc31 100644
--- a/tests/math/floor/bad_type_list.neb
+++ b/tests/math/floor/bad_type_list.neb
@@ -1,2 +1,2 @@
(floor (list "hello"))
-; panic! [1] 'floor': received :list, expected :number (got ("hello"))
+; panic! [1] 'floor': received :[:any], expected :number (got ("hello"))