Skip to content

Commit 4e1a180

Browse files
authored
Update test/runtests.jl
1 parent b7de1ba commit 4e1a180

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
@@ -51,7 +51,7 @@ function include_with_method_redefinition_check(jl_filename)
5151
end
5252

5353
for submodule in split(MODULES_TO_TEST, ";")
54-
include_with_method_redefinition_check("$submodule/runtests")
54+
include_with_method_redefinition_check("$(submodule)/runtests.jl")
5555
GC.gc() # Force GC run here to reduce memory pressure
5656
end
5757

0 commit comments

Comments
 (0)