Skip to content

Commit 0a891a1

Browse files
stevengjmlubin
authored andcommitted
Base.Test -> Compat.Test (#215)
I just noticed this 0.7 deprecation when updating NLopt.jl, which uses this file.
1 parent 49a78ec commit 0a891a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/nlp.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
using Base.Test
21
using MathProgBase
32
using Compat
3+
using Compat.Test
44

55
# Here the type represents the complete instance, but it
66
# could also store instance data.

0 commit comments

Comments
 (0)