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 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 () { |