We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e534fe0 commit a33d76cCopy full SHA for a33d76c
test/Test/Test.jl
@@ -20,7 +20,7 @@ function runtests()
20
return
21
end
22
23
-function _test_runtests()
+function test_runtests()
24
# Some tests are excluded because UniversalFallback accepts absolutely
25
# everything.
26
MOI.Test.runtests(
@@ -86,7 +86,7 @@ end
86
87
# Non-Float64 tests
88
89
-function _test_bigfloat_tests()
+function test_bigfloat_tests()
90
91
MOI.Utilities.MockOptimizer(
92
MOI.Utilities.UniversalFallback(MOI.Utilities.Model{BigFloat}()),
0 commit comments