Skip to content

Commit bf93430

Browse files
committed
windows
1 parent 51228b5 commit bf93430

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ end
2828
d = pwd()
2929
testsuite = find_tests(d)
3030
@test last(testsuite["basic"].args) == joinpath(d, "basic.jl")
31-
@test last(testsuite["subdir/subdir_test"].args) == joinpath(d, "subdir/subdir_test.jl")
31+
@test last(testsuite["subdir/subdir_test"].args) == joinpath(d, joinpath("subdir", "subdir_test.jl"))
3232
end
3333

3434
@testset "custom tests" begin

0 commit comments

Comments
 (0)