summaryrefslogtreecommitdiffstats
path: root/testsuite/semok/six.stp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/semok/six.stp')
-rwxr-xr-xtestsuite/semok/six.stp5
1 files changed, 3 insertions, 2 deletions
diff --git a/testsuite/semok/six.stp b/testsuite/semok/six.stp
index f77baad8..39132fa3 100755
--- a/testsuite/semok/six.stp
+++ b/testsuite/semok/six.stp
@@ -4,6 +4,7 @@ global bar, baz
probe begin
{
- thread->bar = 4;
- process->baz = "5";
+ tid=0 pid=0
+ bar[tid] = 4;
+ baz[pid] = "5";
}