Skip to content

Commit 7d53475

Browse files
committed
Delete testintegration_windows.jl
1 parent 5084888 commit 7d53475

File tree

2 files changed

+1
-22
lines changed

2 files changed

+1
-22
lines changed

test/runtests.jl

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,5 @@ if GROUP == "Core" || GROUP == "All"
2121
end
2222

2323
if GROUP == "Integration" || GROUP == "All"
24-
if Sys.iswindows()
25-
include("testintegration_windows.jl")
26-
else
27-
include("testintegration.jl")
28-
end
24+
include("testintegration.jl")
2925
end

test/testintegration_windows.jl

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)