aboutsummaryrefslogtreecommitdiffstats
path: root/test/fnarray.ok
diff options
context:
space:
mode:
Diffstat (limited to 'test/fnarray.ok')
-rw-r--r--test/fnarray.ok6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/fnarray.ok b/test/fnarray.ok
index 2ef124b7..3ee41814 100644
--- a/test/fnarray.ok
+++ b/test/fnarray.ok
@@ -1,3 +1,3 @@
-gawk: fnarray.awk:5: fatal: function `foo' called with space between name and `(',
-or used as a variable or an array
-EXIT CODE: 2
+gawk: fnarray.awk:5: Num = foo[c]
+gawk: fnarray.awk:5: ^ use of non-array as array
+EXIT CODE: 1