diff options
Diffstat (limited to 'old-tests/variable/override/cache')
-rw-r--r-- | old-tests/variable/override/cache | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/old-tests/variable/override/cache b/old-tests/variable/override/cache deleted file mode 100644 index 8378688..0000000 --- a/old-tests/variable/override/cache +++ /dev/null @@ -1,13 +0,0 @@ -x = [string] 0 -print $x - -x = [uint64] 1 -print $x - -y = 0 -print $y - -[uint64] y = [null] -print $y - -./: |