Skip to content

Commit

Permalink
fixup! Enable IO specs on win32
Browse files Browse the repository at this point in the history
  • Loading branch information
straight-shoota committed Jan 13, 2020
1 parent 0444499 commit c7ddf57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/std/io/multi_writer_spec.cr
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ describe "IO::MultiWriter" do
end

describe "#flush" do
pending_win32 "writes to IO and File" do
it "writes to IO and File" do
with_tempfile("multiple_writer_spec") do |path|
io = IO::Memory.new

Expand Down

0 comments on commit c7ddf57

Please sign in to comment.