Skip to content

Commit

Permalink
Merge pull request rmagick-temp#118 from u338steven/revert-114-patch-15
Browse files Browse the repository at this point in the history
Revert "Fixed: crash trying to 'test_monitor' on Windows(x64)"
  • Loading branch information
ioquatix committed Sep 15, 2014
2 parents 7e649a8 + 99faaa2 commit e291ca9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/Info.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e291ca9

Please sign in to comment.