diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2015-03-24 22:12:17 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2015-03-24 22:12:17 +0200 |
commit | 75459887958f5246bc5126261ec92c8f4d366a47 (patch) | |
tree | 03031f4b3af0efb7d707332c0cc4860c505db55a | |
parent | 02856054ac25477e5913bdee1632d8cb11a184cd (diff) | |
download | gawk-75459887958f5246bc5126261ec92c8f4d366a47.tar.gz |
Fix a test.
-rw-r--r-- | test/ChangeLog | 4 | ||||
-rw-r--r-- | test/id.ok | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index c33ac108..ab7a2163 100644 --- a/test/ChangeLog +++ b/test/ChangeLog @@ -1,3 +1,7 @@ +2015-03-24 Arnold D. Robbins <arnold@skeeve.com> + + * id.ok: Update after fixes in code. + 2015-03-17 Andrew J. Schorr <aschorr@telemetry-investments.com> * inplace1.ok, inplace2.ok, inplace3.ok: Update error message line @@ -14,6 +14,7 @@ sprintf -> builtin ROUNDMODE -> scalar strftime -> builtin systime -> builtin +length -> builtin and -> builtin srand -> builtin FNR -> scalar |