diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2016-07-01 10:07:43 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2016-07-01 10:07:43 +0300 |
commit | ce41ffb80b068139b4e04e3cff1d5dc2ee0ccc78 (patch) | |
tree | 2550c7034c49114605f24921da8955364c49317f | |
parent | 7832eb7eb92baebf12838fd6eae24be58bd6ba27 (diff) | |
download | egawk-ce41ffb80b068139b4e04e3cff1d5dc2ee0ccc78.tar.gz egawk-ce41ffb80b068139b4e04e3cff1d5dc2ee0ccc78.tar.bz2 egawk-ce41ffb80b068139b4e04e3cff1d5dc2ee0ccc78.zip |
Fix test suite after merge from master.
-rw-r--r-- | test/dumpvars.ok | 2 | ||||
-rw-r--r-- | test/symtab6.ok | 2 | ||||
-rw-r--r-- | test/symtab8.ok | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/test/dumpvars.ok b/test/dumpvars.ok index 85d1c859..7caecd35 100644 --- a/test/dumpvars.ok +++ b/test/dumpvars.ok @@ -9,7 +9,7 @@ FILENAME: "-" FNR: 3 FPAT: "[^[:space:]]+" FS: " " -FUNCTAB: array, 41 elements +FUNCTAB: array, 42 elements IGNORECASE: 0 LINT: 0 NF: 1 diff --git a/test/symtab6.ok b/test/symtab6.ok index 7de717a0..34c10636 100644 --- a/test/symtab6.ok +++ b/test/symtab6.ok @@ -9,7 +9,7 @@ FILENAME: "" FNR: 0 FPAT: "[^[:space:]]+" FS: " " -FUNCTAB: array, 41 elements +FUNCTAB: array, 42 elements IGNORECASE: 0 LINT: 0 NF: 0 diff --git a/test/symtab8.ok b/test/symtab8.ok index da29b585..0cf40fe9 100644 --- a/test/symtab8.ok +++ b/test/symtab8.ok @@ -9,7 +9,7 @@ FIELDWIDTHS: "" FNR: 1 FPAT: "[^[:space:]]+" FS: " " -FUNCTAB: array, 41 elements +FUNCTAB: array, 42 elements IGNORECASE: 0 LINT: 0 NF: 1 |