summaryrefslogtreecommitdiffstats
path: root/testsuite/semok/seven.stp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/semok/seven.stp')
-rwxr-xr-xtestsuite/semok/seven.stp4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/semok/seven.stp b/testsuite/semok/seven.stp
index 73264923..f0b248bd 100755
--- a/testsuite/semok/seven.stp
+++ b/testsuite/semok/seven.stp
@@ -2,8 +2,8 @@
global ar1, ar2
-function string (v) { num=v+0; return "stringify me" } # to become a built-in
-function printk (s) { str=s.""; return 0 } # to become a built-in
+function string:string (v:long) { } # to become a built-in
+function printk (s:string) { return 0 } # to become a built-in
function search (key)
{