X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2FTests%2FTetrahedron.hs;h=d4b7b9bb719a04653ecabb42f04b7a5d2cdf3ed4;hb=58cf11569acb270995d2de924dda03ef526647e2;hp=31736cf69b419818dcf09682381d85b52dd531e5;hpb=62e6ea5912a0ef9b21d034590700d6b450f942fb;p=spline3.git diff --git a/src/Tests/Tetrahedron.hs b/src/Tests/Tetrahedron.hs index 31736cf..d4b7b9b 100644 --- a/src/Tests/Tetrahedron.hs +++ b/src/Tests/Tetrahedron.hs @@ -4,11 +4,9 @@ where import Test.HUnit import Test.QuickCheck -import Assertions import Comparisons import Point import FunctionValues -import Misc import Tests.FunctionValues() import Tetrahedron import ThreeDimensional