commit c59e30f90590b39f47e9376d17c97b5fad3d6f59 parent 22217da91dd27690b9ac75357bcdb68e86d1177c Author: Bor Grošelj Simić <bgs@turminal.net> Date: Fri, 3 Feb 2023 04:24:23 +0100 call previously unused tests Signed-off-by: Bor Grošelj Simić <bgs@turminal.net> Diffstat:
M | tests/17-alloc.ha | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/tests/17-alloc.ha b/tests/17-alloc.ha @@ -153,4 +153,6 @@ export fn main() void = { double_alloc(); array(); slice(); + slice_copy(); + string(); };