Skip to content

Commit 89b9858

Browse files
committed
Update MOI_wrapper.jl
1 parent 18b4e00 commit 89b9858

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/MOI_wrapper.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ function test_MOI_Test()
4848
],
4949
),
5050
exclude = String[
51-
"test_nonlinear_constraint_log$",
51+
"test_nonlinear_constraint_log",
5252
# No nonlinear objective.
53-
"test_nonlinear_with_scalar_quadratic_function_with_off_diag$",
53+
"test_nonlinear_with_scalar_quadratic_function_with_off_diag",
5454
# No objective
5555
"test_attribute_SolveTimeSec",
5656
"test_attribute_RawStatusString",

0 commit comments

Comments
 (0)