diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2016-06-08 22:54:54 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2016-06-08 22:54:54 +0300 |
commit | 98c043ed84ea6fe877561da25e1bf94f68374a67 (patch) | |
tree | d07e306e3dbb831469804191c53d71e3aefb1cc9 /test/symtab10.in | |
parent | af38e153c3de3710b7e828f52869b446c73c808d (diff) | |
download | egawk-98c043ed84ea6fe877561da25e1bf94f68374a67.tar.gz egawk-98c043ed84ea6fe877561da25e1bf94f68374a67.tar.bz2 egawk-98c043ed84ea6fe877561da25e1bf94f68374a67.zip |
Bug fix in symbol lookup, could break watchpoints.
Diffstat (limited to 'test/symtab10.in')
-rw-r--r-- | test/symtab10.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/symtab10.in b/test/symtab10.in new file mode 100644 index 00000000..d9afcd66 --- /dev/null +++ b/test/symtab10.in @@ -0,0 +1,4 @@ +watch y +run +watch x +continue |