aboutsummaryrefslogtreecommitdiffstats
path: root/test/rwarray.awk
diff options
context:
space:
mode:
Diffstat (limited to 'test/rwarray.awk')
-rw-r--r--test/rwarray.awk2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rwarray.awk b/test/rwarray.awk
index b868fa45..eae22304 100644
--- a/test/rwarray.awk
+++ b/test/rwarray.awk
@@ -12,7 +12,7 @@ BEGIN {
dict[strnum_sub] = f[1]
bool_sub = "bool-sub"
- dict[bool_sub] = bool(1)
+ dict[bool_sub] = mkbool(1)
n = asorti(dict, dictindices)
for (i = 1; i <= n; i++)