From 99faaa21e9704cc12647caaa4729cbf335241b34 Mon Sep 17 00:00:00 2001 From: u338steven Date: Sun, 31 Aug 2014 19:06:18 +0900 Subject: [PATCH] Revert "Fixed: crash trying to 'test_monitor' on Windows(x64)" --- test/Info.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/Info.rb b/test/Info.rb index 576d32d2e..4dac67e2b 100644 --- a/test/Info.rb +++ b/test/Info.rb @@ -224,9 +224,6 @@ def test_matte_color end def test_monitor - if RUBY_PLATFORM =~ /x64-mingw/ - return - end assert_nothing_raised { @info.monitor = lambda {} } monitor = Proc.new do |mth, q, s| assert_equal("resize!", mth)