aboutsummaryrefslogtreecommitdiff
path: root/tests/variable/override/testscript
diff options
context:
space:
mode:
Diffstat (limited to 'tests/variable/override/testscript')
-rw-r--r--tests/variable/override/testscript6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/variable/override/testscript b/tests/variable/override/testscript
index 9b8efdf..3529574 100644
--- a/tests/variable/override/testscript
+++ b/tests/variable/override/testscript
@@ -34,15 +34,15 @@
x = [string] 0
print $x
- dir/:
+ dir/
{
print $x
}
- dir/: x = [uint64] 1
+ dir/ x = [uint64] 1
print $x
- dir/:
+ dir/
{
print $x
}