summaryrefslogtreecommitdiffstats
path: root/testsuite/semko/twenty.stp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/semko/twenty.stp')
-rwxr-xr-xtestsuite/semko/twenty.stp2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/semko/twenty.stp b/testsuite/semko/twenty.stp
index 899efdc1..df12fa36 100755
--- a/testsuite/semko/twenty.stp
+++ b/testsuite/semko/twenty.stp
@@ -3,5 +3,5 @@
function a:string () { }
probe begin {
- a() + 1
+ print (a() + 1)
}