< prev index next >

test/java/awt/geom/Path2D/Path2DCopyConstructor.java

Print this page

        

@@ -35,11 +35,11 @@
 /**
  * @test
  * @bug 8076419
  * @summary Check Path2D copy constructor (trims arrays)
  *          and constructor with zero capacity
- * @run main Path2DTrimCopy
+ * @run main Path2DCopyConstructor
  */
 public class Path2DCopyConstructor {
 
     private final static float EPSILON = 5e-6f;
     private final static float FLATNESS = 1e-2f;
< prev index next >