aboutsummaryrefslogtreecommitdiffstats
path: root/test/symtab10.ok
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2021-09-10 10:43:21 +0300
committerArnold D. Robbins <arnold@skeeve.com>2021-09-10 10:43:21 +0300
commitc89ce5850cf9dc9173364de62bb183b207826e96 (patch)
tree3a43121188751d50b1b2f0cbdae63fb64f03057d /test/symtab10.ok
parent769de8893a550b3439aabe7c754fbf9cafa45df8 (diff)
downloadegawk-c89ce5850cf9dc9173364de62bb183b207826e96.tar.gz
egawk-c89ce5850cf9dc9173364de62bb183b207826e96.tar.bz2
egawk-c89ce5850cf9dc9173364de62bb183b207826e96.zip
Bug fix for FUNCTAB and SYMTAB. Update tests.
Diffstat (limited to 'test/symtab10.ok')
-rw-r--r--test/symtab10.ok11
1 files changed, 1 insertions, 10 deletions
diff --git a/test/symtab10.ok b/test/symtab10.ok
index 9ab38556..8132222d 100644
--- a/test/symtab10.ok
+++ b/test/symtab10.ok
@@ -1,11 +1,2 @@
-Watchpoint 1: y
-Starting program:
-Stopping in BEGIN ...
-Watchpoint 1: y
- Old value: untyped variable
- New value: 1
-main() at `symtab10.awk':1
-1 BEGIN { SYMTAB["x"] ; y=1 ; y++ }
-no symbol `x' in current context
-Program exited normally with exit value: 0
+gawk: symtab10.awk:1: fatal: reference to uninitialized element `SYMTAB["x"] is not allowed'
EXIT CODE: 2