Skip to content

Commit 145c3d8

Browse files
committed
Merge branch 'od/test-nowarn' of https://github.com/jump-dev/MathOptInterface.jl into od/test-nowarn
2 parents 248ac88 + 4e1a180 commit 145c3d8

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
@@ -48,7 +48,7 @@ function include_with_method_redefinition_check(jl_filename)
4848
end
4949

5050
for submodule in split(MODULES_TO_TEST, ";")
51-
include_with_method_redefinition_check("$submodule/runtests")
51+
include_with_method_redefinition_check("$(submodule)/runtests.jl")
5252
GC.gc() # Force GC run here to reduce memory pressure
5353
end
5454

0 commit comments

Comments
 (0)