Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
dpsanders committed Mar 18, 2016
1 parent e7ae716 commit 6379a9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/multidim_tests/multidim_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ facts("Operations on boxes") do
end

facts("@box tests") do
@box f(x, y) = (x + y, x - y)
@intervalbox f(x, y) = (x + y, x - y)

X = IntervalBox(1..1, 2..2)
@fact f(X) --> IntervalBox(3..3, -1 .. -1)
Expand Down

0 comments on commit 6379a9e

Please sign in to comment.