summaryrefslogtreecommitdiffstats
path: root/testsuite/buildok/sixteen.stp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/buildok/sixteen.stp')
-rwxr-xr-xtestsuite/buildok/sixteen.stp2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/buildok/sixteen.stp b/testsuite/buildok/sixteen.stp
index 97721a2d..b5c6ca75 100755
--- a/testsuite/buildok/sixteen.stp
+++ b/testsuite/buildok/sixteen.stp
@@ -3,7 +3,7 @@
global a
function foo () {
- if (a[4] == "sayonara") { return 2 }
+ if (a[4] == "sayonara") { return 2 } else { log ("no sayonara") }
}