Skip to content

Commit

Permalink
Delete testintegration_windows.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
daizutabi committed May 20, 2024
1 parent 5084888 commit 7d53475
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 22 deletions.
6 changes: 1 addition & 5 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,5 @@ if GROUP == "Core" || GROUP == "All"
end

if GROUP == "Integration" || GROUP == "All"
if Sys.iswindows()
include("testintegration_windows.jl")
else
include("testintegration.jl")
end
include("testintegration.jl")
end
17 changes: 0 additions & 17 deletions test/testintegration_windows.jl

This file was deleted.

0 comments on commit 7d53475

Please sign in to comment.