diff --git a/core/src/test/java/edu/umd/cs/piccolo/PCanvasTest.java b/core/src/test/java/edu/umd/cs/piccolo/PCanvasTest.java index 01b89c3..fbd7180 100644 --- a/core/src/test/java/edu/umd/cs/piccolo/PCanvasTest.java +++ b/core/src/test/java/edu/umd/cs/piccolo/PCanvasTest.java @@ -91,7 +91,7 @@ assertEquals(new PBounds(0, 0, 100, 100), canvas.getCamera().getBounds()); } - public void testMemoryLeakWithPCanvas() throws InterruptedException { + public void testMemoryLeak() throws InterruptedException { JPanel panel = new JPanel(); for (int i=0; i < 10; i++) { PCanvas canvas = new PCanvas() {