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