Skip to content

Commit 3bd5639

Browse files
committed
delete remove statement as it is not compatible with windows
1 parent e6eed30 commit 3bd5639

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/convert_test.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,4 @@ end
180180
write_vcf("test.write.vcf.gz", X)
181181
G = convert_gt(Float64, "test.write.vcf.gz")
182182
@test all(G .== X)
183-
184-
# clean up
185-
rm("test.write.vcf.gz", force=true)
186183
end

0 commit comments

Comments
 (0)