From 5449818b0975341e03720a450eec877453dee7c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustav=20S=C3=B6rn=C3=A4s?= Date: Mon, 22 Feb 2021 11:39:42 +0100 Subject: Squash-merge remote tracking branch 'origin/automatic-link' --- progs/tests/simple.sy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'progs/tests') diff --git a/progs/tests/simple.sy b/progs/tests/simple.sy index 12a43c0..48394d7 100644 --- a/progs/tests/simple.sy +++ b/progs/tests/simple.sy @@ -1,2 +1,2 @@ -print extern_test(3.0) -print extern_test(3.0, 4.0, 5.0) +print test(3.0) +print test(3.0, 4.0) -- cgit v1.2.1