Skip to content

Commit

Permalink
remove usage of Compat in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
KristofferC committed Jul 1, 2019
1 parent 7447ab4 commit 00b7a21
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 00b7a21

Please sign in to comment.