| Index: test/mjsunit/compiler/simple-binary-op.js
|
| diff --git a/test/mjsunit/compiler/simple-binary-op.js b/test/mjsunit/compiler/simple-binary-op.js
|
| index 15e1a559c70f7866d1f3321c3e61105626b3bc88..a4e8ab5f8f84e6bbd004f3720d293b692bbcfc92 100644
|
| --- a/test/mjsunit/compiler/simple-binary-op.js
|
| +++ b/test/mjsunit/compiler/simple-binary-op.js
|
| @@ -25,8 +25,6 @@
|
| // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
| // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
| -// Flags: --fast-compiler
|
| -
|
| var a = 1;
|
| var b = 2;
|
| var c = 4;
|
|
|