aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2015-01-14 19:51:49 +0200
committerArnold D. Robbins <arnold@skeeve.com>2015-01-14 19:51:49 +0200
commit0e829ea9a5062cac730f5a8368ab2062c1ef67fd (patch)
tree1390f33f300a78ce1106fb1bc1460d7c06d6b36b /test
parentb1f63ac08d7da89ac7e8af4df5ca835527fc5b24 (diff)
downloadegawk-0e829ea9a5062cac730f5a8368ab2062c1ef67fd.tar.gz
egawk-0e829ea9a5062cac730f5a8368ab2062c1ef67fd.tar.bz2
egawk-0e829ea9a5062cac730f5a8368ab2062c1ef67fd.zip
Remove deferred variables.
Diffstat (limited to 'test')
-rw-r--r--test/ChangeLog4
-rw-r--r--test/dumpvars.ok2
-rw-r--r--test/id.ok1
3 files changed, 7 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog
index 2cc88514..16ef6d56 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,7 @@
+2015-01-14 Arnold D. Robbins <arnold@skeeve.com>
+
+ * dumpvars.ok, id.ok: Updated after code changes.
+
2015-01-07 Arnold D. Robbins <arnold@skeeve.com>
* Makefile.am (regexpbrack): New test.
diff --git a/test/dumpvars.ok b/test/dumpvars.ok
index 73d3d306..5013b351 100644
--- a/test/dumpvars.ok
+++ b/test/dumpvars.ok
@@ -3,6 +3,7 @@ ARGIND: 0
ARGV: array, 1 elements
BINMODE: 0
CONVFMT: "%.6g"
+ENVIRON: array, 57 elements
ERRNO: ""
FIELDWIDTHS: ""
FILENAME: "-"
@@ -17,6 +18,7 @@ OFMT: "%.6g"
OFS: " "
ORS: "\n"
PREC: 53
+PROCINFO: array, 28 elements
RLENGTH: 0
ROUNDMODE: "N"
RS: "\n"
diff --git a/test/id.ok b/test/id.ok
index a9f540e7..a3271cff 100644
--- a/test/id.ok
+++ b/test/id.ok
@@ -70,3 +70,4 @@ lshift -> builtin
SYMTAB -> array
strtonum -> builtin
toupper -> builtin
+ENVIRON -> array