Index: test/mjsunit/harmony/sharedarraybuffer.js |
diff --git a/test/mjsunit/harmony/sharedarraybuffer.js b/test/mjsunit/harmony/sharedarraybuffer.js |
index 7c34ed3009224b3fdd389131a6de5e80695cb683..13d792cbfd4b8efad13965912be3249b56abe713 100644 |
--- a/test/mjsunit/harmony/sharedarraybuffer.js |
+++ b/test/mjsunit/harmony/sharedarraybuffer.js |
@@ -70,13 +70,6 @@ function TestByteLengthNotWritable() { |
TestByteLengthNotWritable(); |
-function TestArrayBufferNoSlice() { |
- var sab = new SharedArrayBuffer(10); |
- assertEquals(undefined, sab.slice); |
-} |
- |
-TestArrayBufferNoSlice(); |
- |
// Typed arrays using SharedArrayBuffers |
// TODO(binji): how many of these tests are necessary if there are no new |