Skip to content

Commit

Permalink
Merge pull request #115 from KristofferC/master
Browse files Browse the repository at this point in the history
remove usage of Compat in examples
  • Loading branch information
blegat authored Jul 1, 2019
2 parents 7447ab4 + 00b7a21 commit 34dde2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/knapsack.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using MathProgBase
using Cbc
using Compat.Test
using Test

function knapsack()
f = Float64[3, 2, 3, 1, 2]
Expand Down

0 comments on commit 34dde2d

Please sign in to comment.