* test/ruby/test_signal.rb (TestSignal#test_signal_requiring): small

but critical typo of r31642.  sorry...
  [Bug #4798] [ruby-core:36550]


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31824 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
usa 2011-05-30 11:23:36 +00:00
Родитель 13e644cb2a
Коммит 36cad2f9a6
2 изменённых файлов: 7 добавлений и 1 удалений

Просмотреть файл

@ -1,3 +1,9 @@
Mon May 30 20:22:00 2011 NAKAMURA Usaku <usa@ruby-lang.org>
* test/ruby/test_signal.rb (TestSignal#test_signal_requiring): small
but critical typo of r31642. sorry...
[Bug #4798] [ruby-core:36550]
Mon May 30 15:44:16 2011 NARUSE, Yui <naruse@ruby-lang.org>
* insns.def (opt_mult): as r31805, volatile it.

Просмотреть файл

@ -198,7 +198,7 @@ class TestSignal < Test::Unit::TestCase
end
def test_signal_requiring
skip "limitation of GenerateConsoleCtrlEvent()" if /mswin|mignw/ =~ RUBY_PLATFORM
skip "limitation of GenerateConsoleCtrlEvent()" if /mswin|mingw/ =~ RUBY_PLATFORM
t = Tempfile.new(%w"require_ensure_test .rb")
t.puts "sleep"
t.close