diff options
Diffstat (limited to 'testsuite/parseok')
-rwxr-xr-x | testsuite/parseok/nine.stp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/parseok/nine.stp b/testsuite/parseok/nine.stp index 3582907a..60caf62e 100755 --- a/testsuite/parseok/nine.stp +++ b/testsuite/parseok/nine.stp @@ -9,7 +9,7 @@ probe two { a = b c = d - _e = $f(); + _e = $f; _g = h_; ; } |