diff options
Diffstat (limited to 'testsuite/semok/six.stp')
-rwxr-xr-x | testsuite/semok/six.stp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/semok/six.stp b/testsuite/semok/six.stp index ef14827c..f77baad8 100755 --- a/testsuite/semok/six.stp +++ b/testsuite/semok/six.stp @@ -2,7 +2,7 @@ global bar, baz -probe foo +probe begin { thread->bar = 4; process->baz = "5"; |