diff options
Diffstat (limited to 'old-tests/variable')
-rw-r--r-- | old-tests/variable/override/cache | 13 | ||||
-rwxr-xr-x | old-tests/variable/override/test.sh | 9 |
2 files changed, 0 insertions, 22 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 - -./: diff --git a/old-tests/variable/override/test.sh b/old-tests/variable/override/test.sh index a8b08b2..710cf28 100755 --- a/old-tests/variable/override/test.sh +++ b/old-tests/variable/override/test.sh @@ -301,12 +301,3 @@ p : PxsS p/d : PxssS p/d/t : PxsssS EOF - -# Cache overwrite. -# -test --buildfile cache x+=01 y+=01 <<EOF -001 -2 -0 01 -1 -EOF |