summaryrefslogtreecommitdiffstats
path: root/testsuite/semok/three.stp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/semok/three.stp')
-rwxr-xr-xtestsuite/semok/three.stp4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/semok/three.stp b/testsuite/semok/three.stp
index 6ae531a2..100a5f2b 100755
--- a/testsuite/semok/three.stp
+++ b/testsuite/semok/three.stp
@@ -1,6 +1,6 @@
#! semtest
probe foo {
- a << 2;
- b[4] << 4;
+ a <<< 2;
+ b[4] <<< 4;
}