diff options
Diffstat (limited to 'testsuite/semok/six.stp')
-rwxr-xr-x | testsuite/semok/six.stp | 5 |
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"; } |