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

Unified Diff: test/cctest/test-parsing.cc

Issue 209953002: Follow up to r20125 (enabling tests). (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 9 months 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/cctest/test-parsing.cc
diff --git a/test/cctest/test-parsing.cc b/test/cctest/test-parsing.cc
index 1f59f357e40a8ec4e1fc66c690b1bf57350056aa..2746388bbdde4e8fb671da43cf054cd8e75676bf 100644
--- a/test/cctest/test-parsing.cc
+++ b/test/cctest/test-parsing.cc
@@ -2529,8 +2529,8 @@ TEST(StrictDelete) {
TEST(InvalidLeftHandSide) {
const char* assignment_context_data[][2] = {
- // {"", " = 1;"},
- // {"\"use strict\"; ", " = 1;"},
+ {"", " = 1;"},
+ {"\"use strict\"; ", " = 1;"},
{ NULL, NULL }
};
« 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