summaryrefslogtreecommitdiffstats
path: root/gfx/tests/gtest/TestMoz2D.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gfx/tests/gtest/TestMoz2D.cpp')
-rw-r--r--gfx/tests/gtest/TestMoz2D.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/gfx/tests/gtest/TestMoz2D.cpp b/gfx/tests/gtest/TestMoz2D.cpp
index 50854cdc98..2859f94b20 100644
--- a/gfx/tests/gtest/TestMoz2D.cpp
+++ b/gfx/tests/gtest/TestMoz2D.cpp
@@ -6,7 +6,6 @@
#include "gtest/gtest.h"
#include "TestBase.h"
-#include "TestPoint.h"
#include "TestScaling.h"
#include "TestBugs.h"
@@ -20,16 +19,6 @@ TEST(Moz2D, Bugs)
ASSERT_EQ(failures, 0);
}
-TEST(Moz2D, Point)
-{
- TestBase* test = new TestPoint();
- int failures = 0;
- test->RunTests(&failures);
- delete test;
-
- ASSERT_EQ(failures, 0);
-}
-
TEST(Moz2D, Scaling)
{
TestBase* test = new TestScaling();