diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/ruby/beginmainend.rb | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/test/ruby/beginmainend.rb b/test/ruby/beginmainend.rb index f096b96fb..646140dd2 100644 --- a/test/ruby/beginmainend.rb +++ b/test/ruby/beginmainend.rb @@ -28,11 +28,6 @@ END { puts local_for_end2 # e2 } -END { - raise - puts "should not be dumped" -} - eval <<EOE BEGIN { puts "b3" |