diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2011-10-25 21:44:18 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2011-10-25 21:44:18 +0200 |
commit | 1bba94521445126120cecd41f7ea29a2810a5eeb (patch) | |
tree | 79b5bdd3a3831ca2aa51edf1b4408dc5d9f87206 /test/fnarray2.ok | |
parent | 29658e8b38047b234d682613592253761df63d24 (diff) | |
parent | 118622c2a66b302ec9706ccd3296a6cc2b8bfb13 (diff) | |
download | egawk-1bba94521445126120cecd41f7ea29a2810a5eeb.tar.gz egawk-1bba94521445126120cecd41f7ea29a2810a5eeb.tar.bz2 egawk-1bba94521445126120cecd41f7ea29a2810a5eeb.zip |
Merge branch 'gawk_performance'
Diffstat (limited to 'test/fnarray2.ok')
-rw-r--r-- | test/fnarray2.ok | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/fnarray2.ok b/test/fnarray2.ok index 243e4cc3..82815055 100644 --- a/test/fnarray2.ok +++ b/test/fnarray2.ok @@ -1,3 +1,3 @@ -gawk: fnarray2.awk:3: r = ++pile[c] -gawk: fnarray2.awk:3: ^ use of non-array as array +gawk: fnarray2.awk:3: error: function `pile' called with space between name and `(', +or used as a variable or an array EXIT CODE: 1 |