8022121: Remove superfluous @test tag from SpliteratorTraversingAndSplittingTest
Reviewed-by: psandoz
--- a/jdk/test/java/util/Spliterator/SpliteratorTraversingAndSplittingTest.java Fri Aug 02 13:16:43 2013 +0400
+++ b/jdk/test/java/util/Spliterator/SpliteratorTraversingAndSplittingTest.java Fri Aug 02 11:25:00 2013 +0100
@@ -25,6 +25,7 @@
* @test
* @summary Spliterator traversing and splitting tests
* @run testng SpliteratorTraversingAndSplittingTest
+ * @bug 8020016
*/
import org.testng.annotations.DataProvider;
@@ -81,10 +82,6 @@
import static org.testng.Assert.*;
import static org.testng.Assert.assertEquals;
-/**
- * @test
- * @bug 8020016
- */
@Test
public class SpliteratorTraversingAndSplittingTest {