Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1178)

Unified Diff: test/lexer/cornercases/harmony-number-and-identifier.js

Issue 98923002: Experimental scanner: test file fix. (Closed) Base URL: https://v8.googlecode.com/svn/branches/experimental/parser
Patch Set: Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/lexer/cornercases/harmony-number-and-identifier.js
diff --git a/test/lexer/cornercases/harmony-number-and-identifier.js b/test/lexer/cornercases/harmony-number-and-identifier.js
index e3d9e68d1aa0c34e8654939279f1b58d7f76531b..5edfe3172f4c0bf6699b7c7004e3c823c82fbd2a 100644
--- a/test/lexer/cornercases/harmony-number-and-identifier.js
+++ b/test/lexer/cornercases/harmony-number-and-identifier.js
@@ -25,7 +25,7 @@
// (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: --use-harmony
+// Flags: --use-harmony --break-after-illegal
// Harmony numeric literals.
0b1101 0B1101 0o1234 0O1234
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698