diff options
Diffstat (limited to 't/lib/warnings/pp_ctl')
-rw-r--r-- | t/lib/warnings/pp_ctl | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/t/lib/warnings/pp_ctl b/t/lib/warnings/pp_ctl index afaf0a78db..9b3f2982e4 100644 --- a/t/lib/warnings/pp_ctl +++ b/t/lib/warnings/pp_ctl @@ -205,6 +205,24 @@ DESTROY { die "@{$_[0]} foo bar" } { bless ['B'], 'Foo' for 1..10 } EXPECT (in cleanup) A foo bar at - line 4. + (in cleanup) A foo bar at - line 4. + (in cleanup) A foo bar at - line 4. + (in cleanup) A foo bar at - line 4. + (in cleanup) A foo bar at - line 4. + (in cleanup) A foo bar at - line 4. + (in cleanup) A foo bar at - line 4. + (in cleanup) A foo bar at - line 4. + (in cleanup) A foo bar at - line 4. + (in cleanup) A foo bar at - line 4. + (in cleanup) B foo bar at - line 4. + (in cleanup) B foo bar at - line 4. + (in cleanup) B foo bar at - line 4. + (in cleanup) B foo bar at - line 4. + (in cleanup) B foo bar at - line 4. + (in cleanup) B foo bar at - line 4. + (in cleanup) B foo bar at - line 4. + (in cleanup) B foo bar at - line 4. + (in cleanup) B foo bar at - line 4. (in cleanup) B foo bar at - line 4. ######## # pp_ctl.c |