Skip to content

Commit

Permalink
Move MyVariable definition
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat committed Apr 17, 2018
1 parent 7e4a0d4 commit e1eef80
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 6 additions & 0 deletions test/macros.jl
@@ -1,5 +1,11 @@
# TODO: Copy over tests that are still relevant from old/macros.jl.

mutable struct MyVariable
info::JuMP.VariableInfo
name::String
test_kw::Int
end

@testset "Macros" begin
@testset "Nested tuple destructuring" begin
m = Model()
Expand Down
6 changes: 0 additions & 6 deletions test/variable.jl
Expand Up @@ -14,12 +14,6 @@ using JuMP
import JuMP.repl
using Base.Test

mutable struct MyVariable
info::JuMP.VariableInfo
name::String
test_kw::Int
end

@testset "Variables" begin
@testset "constructors" begin
# Constructors
Expand Down

0 comments on commit e1eef80

Please sign in to comment.