diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2022-10-13 12:00:09 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2022-10-13 12:00:38 +0200 |
commit | 0a56fad112fb59b07fa3ea03fe26b41b451ab886 (patch) | |
tree | f45b04a6bc86100e4361a2d02eb2a81b5ebf60c9 /old-tests/variable/override/simple | |
parent | 4c1a8d88e64f5b7bd1e82878ddc20c06f593df3e (diff) |
Update old tests to public/private variable model
Diffstat (limited to 'old-tests/variable/override/simple')
-rw-r--r-- | old-tests/variable/override/simple | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/old-tests/variable/override/simple b/old-tests/variable/override/simple index 899daa2..983401a 100644 --- a/old-tests/variable/override/simple +++ b/old-tests/variable/override/simple @@ -1,3 +1,3 @@ -print $foo +print $p.foo ./: |