Skip to content

Commit

Permalink
indented.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26716 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
akr committed Feb 20, 2010
1 parent 9290b64 commit 2669dff
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions KNOWNBUGS.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@

assert_normal_exit %q{
open("tst-remove-load.rb", "w") {|f|
f << <<'End'
module Kernel
remove_method :load
end
raise
End
f << <<-'End'
module Kernel
remove_method :load
end
raise
End
}
load "tst-remove-load.rb"
}, '[ruby-dev:40234] [ruby-core:27959]', :timeout => 1

0 comments on commit 2669dff

Please sign in to comment.