summaryrefslogtreecommitdiffstats
path: root/testsuite
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/semlib/g2.stp2
-rwxr-xr-xtestsuite/semok/nine.stp2
2 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/semlib/g2.stp b/testsuite/semlib/g2.stp
index d42f70c0..c1d5768b 100644
--- a/testsuite/semlib/g2.stp
+++ b/testsuite/semlib/g2.stp
@@ -1,2 +1,2 @@
global g2
-probe begin { g2 = f1() }
+probe begin { g2[0] = f1() }
diff --git a/testsuite/semok/nine.stp b/testsuite/semok/nine.stp
index 15bcf8d9..f1a48c6f 100755
--- a/testsuite/semok/nine.stp
+++ b/testsuite/semok/nine.stp
@@ -1,3 +1,3 @@
#! /bin/sh
-./stap -p2 -I${SRCDIR}/testsuite/semlib -e 'probe begin { a = g1 }'
+./stap -p2 -I${SRCDIR}/testsuite/semlib -e 'probe begin { g2[1] = 0 }'