diff options
Diffstat (limited to 'testsuite/parseok')
-rwxr-xr-x | testsuite/parseok/three.stp | 2 | ||||
-rwxr-xr-x | testsuite/parseok/two.stp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/parseok/three.stp b/testsuite/parseok/three.stp index a1992b5e..e1158fea 100755 --- a/testsuite/parseok/three.stp +++ b/testsuite/parseok/three.stp @@ -3,6 +3,6 @@ probe syscall ("foo") { $a = a$a = a$a$ = 0; - string = "a" . $a . "b"; + str = "a" . $a . "b"; } diff --git a/testsuite/parseok/two.stp b/testsuite/parseok/two.stp index d18dd3e3..884e285d 100755 --- a/testsuite/parseok/two.stp +++ b/testsuite/parseok/two.stp @@ -3,7 +3,7 @@ probe syscall (231) { array[idx] <<< value; - if (global > 5) { global -- } else ; + if (gbl > 5) { gbl -- } else ; } function foo () { |