< prev index next >

test/jdk/java/util/Arrays/StreamAndSpliterator.java

Print this page

        

*** 20,30 **** * or visit www.oracle.com if you need additional information or have any * questions. */ /** ! * @test 8037857 * @summary tests for stream and spliterator factory methods * @run testng StreamAndSpliterator */ import org.testng.annotations.Test; --- 20,31 ---- * or visit www.oracle.com if you need additional information or have any * questions. */ /** ! * @test ! * @bug 8037857 * @summary tests for stream and spliterator factory methods * @run testng StreamAndSpliterator */ import org.testng.annotations.Test;
< prev index next >