aboutsummaryrefslogtreecommitdiff
path: root/old-tests/variable/override/cache
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-02-13 10:59:20 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-02-13 12:42:42 +0200
commit653371fa06c7589a1097b05f32d6ff26f2fbb337 (patch)
treecee903847b276dff2008d884f4a32389f5cf1e58 /old-tests/variable/override/cache
parent737877e62467b924eea0a43eab68258b0c13db78 (diff)
Use variable_cache for target type/pattern-specific prepend/append
Diffstat (limited to 'old-tests/variable/override/cache')
-rw-r--r--old-tests/variable/override/cache13
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
-
-./: