summaryrefslogtreecommitdiff
path: root/test/typeof3.awk
diff options
context:
space:
mode:
Diffstat (limited to 'test/typeof3.awk')
-rw-r--r--test/typeof3.awk2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/typeof3.awk b/test/typeof3.awk
index d148f373..2f864f45 100644
--- a/test/typeof3.awk
+++ b/test/typeof3.awk
@@ -15,5 +15,5 @@ BEGIN {
BEGIN {
print typeof(x)
print typeof(a[1])
- a[1][2] # fatals on this
+ a[1][2] # this used to fatal, it no longer does
}