Skip to content

Commit

Permalink
WIP: update more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Sep 11, 2018
1 parent 6785f45 commit 6340070
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tst/testspecial/debug-var.g.out
Original file line number Diff line number Diff line change
Expand Up @@ -119,31 +119,31 @@ brk_2> # check coding of dvars
brk_2> function() return unbound_higher; end;
Error, Variable: <debug-variable-1-4> cannot be used here in
<corrupted statement> called from
<corrupted statement> called from
Error( "foobar" ); at *stdin*:20 called from
Error( "breakpoint" ); at *stdin*:9 called from
g( 10 ) at *stdin*:12 called from
<function "f">( <arguments> )
called from read-eval loop at *errin*:9
brk_2> function() return IsBound(unbound_higher); end;
Error, Variable: <debug-variable-1-4> cannot be used here in
<corrupted statement> called from
<corrupted statement> called from
Error( "foobar" ); at *stdin*:20 called from
Error( "breakpoint" ); at *stdin*:9 called from
g( 10 ) at *stdin*:12 called from
<function "f">( <arguments> )
called from read-eval loop at *errin*:10
brk_2> function() Unbind(unbound_higher); end;
Error, Variable: <debug-variable-1-4> cannot be used here in
<corrupted statement> called from
<corrupted statement> called from
Error( "foobar" ); at *stdin*:20 called from
Error( "breakpoint" ); at *stdin*:9 called from
g( 10 ) at *stdin*:12 called from
<function "f">( <arguments> )
called from read-eval loop at *errin*:11
brk_2> function() unbound_higher:=0; end;
Error, Variable: <debug-variable-1-4> cannot be used here in
<corrupted statement> called from
<corrupted statement> called from
Error( "foobar" ); at *stdin*:20 called from
Error( "breakpoint" ); at *stdin*:9 called from
g( 10 ) at *stdin*:12 called from
<function "f">( <arguments> )
Expand Down

0 comments on commit 6340070

Please sign in to comment.