diff options
Diffstat (limited to 'testsuite/semko/twenty.stp')
-rwxr-xr-x | testsuite/semko/twenty.stp | 2 |
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) } |