diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/ChangeLog | 5 | ||||
-rw-r--r-- | test/dbugeval2.ok | 2 | ||||
-rw-r--r-- | test/dbugtypedre1.ok | 2 | ||||
-rw-r--r-- | test/dbugtypedre2.ok | 2 | ||||
-rw-r--r-- | test/symtab10.ok | 2 | ||||
-rw-r--r-- | test/watchpoint1.ok | 2 |
6 files changed, 10 insertions, 5 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index ca213e81..9b043559 100644 --- a/test/ChangeLog +++ b/test/ChangeLog @@ -1,3 +1,8 @@ +2020-06-29 Arnold D. Robbins <arnold@skeeve.com> + + * dbugeval2.ok, dbugtypedre1.ok, dbugtypedre2.ok, symtab10.ok, + watchpoint1.ok: Updated after code changes. + 2020-06-10 Arnold D. Robbins <arnold@skeeve.com> Miscellanious fixes from Michael Builov <mbuilov@gmail.com>. diff --git a/test/dbugeval2.ok b/test/dbugeval2.ok index 4d645269..38cd7bb6 100644 --- a/test/dbugeval2.ok +++ b/test/dbugeval2.ok @@ -1,5 +1,5 @@ Breakpoint 1 set at file `dbugeval2.awk', line 3 -Starting program: +Starting program: Stopping in BEGIN ... Breakpoint 1, main() at `dbugeval2.awk':3 3 b = 3 diff --git a/test/dbugtypedre1.ok b/test/dbugtypedre1.ok index dffee0e8..ae89ff44 100644 --- a/test/dbugtypedre1.ok +++ b/test/dbugtypedre1.ok @@ -1,5 +1,5 @@ Watchpoint 1: e -Starting program: +Starting program: number untyped regexp diff --git a/test/dbugtypedre2.ok b/test/dbugtypedre2.ok index 9c04e1e7..ab70fb90 100644 --- a/test/dbugtypedre2.ok +++ b/test/dbugtypedre2.ok @@ -1,5 +1,5 @@ Watchpoint 1: x -Starting program: +Starting program: Stopping in BEGIN ... Watchpoint 1: x Old value: untyped variable diff --git a/test/symtab10.ok b/test/symtab10.ok index b0cabd7c..9ab38556 100644 --- a/test/symtab10.ok +++ b/test/symtab10.ok @@ -1,5 +1,5 @@ Watchpoint 1: y -Starting program: +Starting program: Stopping in BEGIN ... Watchpoint 1: y Old value: untyped variable diff --git a/test/watchpoint1.ok b/test/watchpoint1.ok index b1e7e53c..ec8e598c 100644 --- a/test/watchpoint1.ok +++ b/test/watchpoint1.ok @@ -17,7 +17,7 @@ Watchpoint 1: c 2: nr = untyped variable 3: NR = 0 Breakpoint 2 set at file `watchpoint1.awk', line 6 -Starting program: +Starting program: Stopping in Rule ... Watchpoint 1: c Old value: untyped variable |