< prev index next >

test/java/nio/Buffer/OrderInt.java

Print this page

        

@@ -50,10 +50,7 @@
         ckIntBuffer(buf, nord);
 
         buf = IntBuffer.allocate(LENGTH);
         ck(buf.order(), nord);
         ckIntBuffer(buf, nord);
-
-        ckIntBuffer(ByteBuffer.allocate(LENGTH).asIntBuffer(), be);
-        ckIntBuffer(ByteBuffer.allocateDirect(LENGTH).asIntBuffer(), be);
     }
 }
< prev index next >