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