[strong] Remove mjsunit/strong/use-strong-flag.js
authormarja <marja@chromium.org>
Tue, 17 Feb 2015 15:11:01 +0000 (07:11 -0800)
committerCommit bot <commit-bot@chromium.org>
Tue, 17 Feb 2015 15:11:08 +0000 (15:11 +0000)
It would force us to make mjsunit.js strong-compatible, and that's too much for
now (for the upcoming features) and would have a ripple effect on other
tests. Especially debug-script.js which unships harmony features would break.

R=rossberg@chromium.org
BUG=

Review URL: https://codereview.chromium.org/930293002

Cr-Commit-Position: refs/heads/master@{#26694}

test/mjsunit/strong/use-strong-flag.js [deleted file]

diff --git a/test/mjsunit/strong/use-strong-flag.js b/test/mjsunit/strong/use-strong-flag.js
deleted file mode 100644 (file)
index b1067b8..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-// Copyright 2014 the V8 project authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-// Flags: --use-strong
-
-// Check that d8 still works with the flag.
-
-// ...and that the flag is active.
-// TODO(rossberg): use something that doesn't require eval.
-assertThrows("0 == 0", SyntaxError);