From ab77a519ba5d9ad21a1cc732d78b6b49e9ca2c2b Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Wed, 9 Sep 2015 07:06:31 -0700 Subject: More informative printed rep for functions. * lib.c (obj_print_impl): Print whether a function is interpreted or intrinsic, and include argument information. * tests/012/struct.tl: Test case relying on function printed rep updated. --- tests/012/struct.tl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/012/struct.tl') 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 #)") + "#S(baz array #(1 2 3) increment #)") (test bz.[array 2] 3) (test bz.(increment 0 42) 43) -- cgit v1.2.3