summaryrefslogtreecommitdiffstats
path: root/testsuite/parseok/nine.stp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/parseok/nine.stp')
-rwxr-xr-xtestsuite/parseok/nine.stp4
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_;
;
}