summaryrefslogtreecommitdiffstats
path: root/testsuite/semok/two.stp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/semok/two.stp')
-rwxr-xr-xtestsuite/semok/two.stp2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/semok/two.stp b/testsuite/semok/two.stp
index e68d596e..c5645d2b 100755
--- a/testsuite/semok/two.stp
+++ b/testsuite/semok/two.stp
@@ -7,7 +7,7 @@ function koo (p) {
return p + 2;
}
-probe foo {
+probe end {
bar = 2 + koo (4);
foo = bar + koo;
}