summaryrefslogtreecommitdiffstats
path: root/testsuite/transko/two.stp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/transko/two.stp')
-rwxr-xr-xtestsuite/transko/two.stp3
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/transko/two.stp b/testsuite/transko/two.stp
index 77e1f6d0..5185281a 100755
--- a/testsuite/transko/two.stp
+++ b/testsuite/transko/two.stp
@@ -2,9 +2,10 @@
function bar () {
next
+ return 0
}
-probe foo {
+probe end {
break
for (a=0; a<10; a=a+1) for (b=0; b<10; b=b+1) ;
continue