summaryrefslogtreecommitdiffstats
path: root/testsuite/semok/five.stp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/semok/five.stp')
-rwxr-xr-xtestsuite/semok/five.stp4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/semok/five.stp b/testsuite/semok/five.stp
index c8b59e73..2bb656b1 100755
--- a/testsuite/semok/five.stp
+++ b/testsuite/semok/five.stp
@@ -1,7 +1,7 @@
-#! parsetest
+#! semtest
probe foo
{
array[1] = array[2] = 3;
- statvar << value << 4;
+ statvar <<< value <<< 4;
}