Skip to content

Commit

Permalink
"All tests passed" moved back to the end
Browse files Browse the repository at this point in the history
  • Loading branch information
yha committed Sep 5, 2020
1 parent 4f3f884 commit 23cec27
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,6 @@ sp4 = ParametricSpline(x, y.+1)
@test allunique([sp1,sp3,sp4])


println("All tests passed.")


# -----------------------------------------------------------------------------
# Spline2D
Expand Down Expand Up @@ -322,3 +320,6 @@ sp4 = Spline2D(x, y.+1, z)
sp5 = Spline2D(x, y, z.+1)
@test sp1 == sp2
@test allunique([sp1, sp3, sp4, sp5])


println("All tests passed.")

0 comments on commit 23cec27

Please sign in to comment.