summaryrefslogtreecommitdiff
path: root/test/aadelete1.awk
diff options
context:
space:
mode:
Diffstat (limited to 'test/aadelete1.awk')
-rw-r--r--test/aadelete1.awk2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/aadelete1.awk b/test/aadelete1.awk
index 2484a057..158d2aa3 100644
--- a/test/aadelete1.awk
+++ b/test/aadelete1.awk
@@ -8,7 +8,7 @@ BEGIN {
print length(a), length(a[1])
delete a
print length(a), length(a[1]), length(a)
- a[1][1] = 11
+ a[1][1] = 11 # this used to fatal, now it no longer does.
}
function f(c, b) {