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/fnarray.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/fnarray.ok')
-rw-r--r-- | test/fnarray.ok | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/fnarray.ok b/test/fnarray.ok index 04260b0f..6cab9134 100644 --- a/test/fnarray.ok +++ b/test/fnarray.ok @@ -1,5 +1,3 @@ -gawk: fnarray.awk:5: Num = foo[c] -gawk: fnarray.awk:5: ^ use of non-array as array gawk: fnarray.awk:5: error: function `foo' called with space between name and `(', or used as a variable or an array EXIT CODE: 1 |