diff options
Diffstat (limited to 'testsuite/parseok/two.stp')
-rwxr-xr-x | testsuite/parseok/two.stp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/parseok/two.stp b/testsuite/parseok/two.stp index b6b843de..fdcf335e 100755 --- a/testsuite/parseok/two.stp +++ b/testsuite/parseok/two.stp @@ -2,7 +2,7 @@ probe syscall (231) { - array[idx] << value; + array[idx] <<< value; if (global > 5) { global -- } else ; } |