aboutsummaryrefslogtreecommitdiffstats
path: root/progs/tests/simple.sy
diff options
context:
space:
mode:
Diffstat (limited to 'progs/tests/simple.sy')
-rw-r--r--progs/tests/simple.sy4
1 files changed, 2 insertions, 2 deletions
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)