Index: test/mjsunit/compiler/rotate.js |
diff --git a/test/mjsunit/compiler/rotate.js b/test/mjsunit/compiler/rotate.js |
index 2f4bc5a967a2d0e3f0deb67c3cbc467af6f762a5..1c81e496eace35ee93a65ee9e42b365173f1c27f 100644 |
--- a/test/mjsunit/compiler/rotate.js |
+++ b/test/mjsunit/compiler/rotate.js |
@@ -306,5 +306,3 @@ assertEquals(ROR4(0xFFFFFFFF, 40), ROR4_sa40(0xFFFFFFFF)); |
assertEquals(ROR4(0xFFFFFFFF, 40), ROR4_sa40(0xFFFFFFFF)); |
%OptimizeFunctionOnNextCall(ROR4_sa40); |
assertEquals(ROR4(0xFFFFFFFF, 40), ROR4_sa40(0xFFFFFFFF)); |
- |
- |