Skip to content

Commit a33d76c

Browse files
authored
Update Test.jl
1 parent e534fe0 commit a33d76c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/Test/Test.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ function runtests()
2020
return
2121
end
2222

23-
function _test_runtests()
23+
function test_runtests()
2424
# Some tests are excluded because UniversalFallback accepts absolutely
2525
# everything.
2626
MOI.Test.runtests(
@@ -86,7 +86,7 @@ end
8686

8787
# Non-Float64 tests
8888

89-
function _test_bigfloat_tests()
89+
function test_bigfloat_tests()
9090
MOI.Test.runtests(
9191
MOI.Utilities.MockOptimizer(
9292
MOI.Utilities.UniversalFallback(MOI.Utilities.Model{BigFloat}()),

0 commit comments

Comments
 (0)