summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2023-03-24 12:48:05 +0300
committerArnold D. Robbins <arnold@skeeve.com>2023-03-24 12:48:05 +0300
commit3489f4036f91d11d8cff1fbcb8dc17f2012546a3 (patch)
tree482f9d02b61d11ab5e3e829dc8be83ace0f1bb88 /test
parent5b82f0db728b5495ac4c46df41bc02e3efc7fbf6 (diff)
downloadgawk-3489f4036f91d11d8cff1fbcb8dc17f2012546a3.tar.gz
Update ChangeLogs. Remove a lint message that wasn't needed.
Diffstat (limited to 'test')
-rw-r--r--test/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog
index f16019f2..8853d068 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -2,6 +2,7 @@
* Makefile.am (EXTRA_DIST): New test: unicode1.
* unicode1.awk, unicode1.ok: New files.
+ * funstack.ok: Updated after code change.
2023-03-09 Arnold D. Robbins <arnold@skeeve.com>