summaryrefslogtreecommitdiffstats
path: root/tests/012
diff options
context:
space:
mode:
Diffstat (limited to 'tests/012')
-rw-r--r--tests/012/struct.tl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/012/struct.tl b/tests/012/struct.tl
index 047204a6..5be89cab 100644
--- a/tests/012/struct.tl
+++ b/tests/012/struct.tl
@@ -103,7 +103,7 @@
(defvarl bz (new baz))
(stest bz
- "#S(baz array #(1 2 3) increment #<function: type 0>)")
+ "#S(baz array #(1 2 3) increment #<interpreted fun: lambda (self which delta)>)")
(test bz.[array 2] 3)
(test bz.(increment 0 42) 43)