diff options
Diffstat (limited to 'test/noeffect.ok')
-rw-r--r-- | test/noeffect.ok | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/noeffect.ok b/test/noeffect.ok index b820ddf8..792ff66a 100644 --- a/test/noeffect.ok +++ b/test/noeffect.ok @@ -1,2 +1,4 @@ gawk: noeffect.awk:3: warning: statement may have no effect +gawk: noeffect.awk:2: warning: reference to uninitialized variable `s' +gawk: noeffect.awk:4: warning: reference to uninitialized variable `s' |