summaryrefslogtreecommitdiff
path: root/test/float_ops.post.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/float_ops.post.js')
-rw-r--r--test/float_ops.post.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/float_ops.post.js b/test/float_ops.post.js
index 2b6ea075d..117175ffd 100644
--- a/test/float_ops.post.js
+++ b/test/float_ops.post.js
@@ -21,9 +21,6 @@ function testUnary(name) {
doTest(-1 | 0);
doTest((-1 | 0) + 1);
doTest((-1 | 0) - 1);
- doTest(-1 >>> 0);
- doTest((-1 >>> 0) + 1);
- doTest((-1 >>> 0) - 1);
}
testUnary('dfloor');