Revision: 20190
Author:   [email protected]
Date:     Mon Mar 24 12:49:26 2014 UTC
Log:      Follow up to r20125 (enabling tests).

These tests were never meant to be disabled.

[email protected]
BUG=

Review URL: https://codereview.chromium.org/209953002
http://code.google.com/p/v8/source/detail?r=20190

Modified:
 /branches/bleeding_edge/test/cctest/test-parsing.cc

=======================================
--- /branches/bleeding_edge/test/cctest/test-parsing.cc Fri Mar 21 09:46:18 2014 UTC +++ /branches/bleeding_edge/test/cctest/test-parsing.cc Mon Mar 24 12:49:26 2014 UTC
@@ -2529,8 +2529,8 @@

 TEST(InvalidLeftHandSide) {
   const char* assignment_context_data[][2] = {
-    // {"", " = 1;"},
-    // {"\"use strict\"; ", " = 1;"},
+    {"", " = 1;"},
+    {"\"use strict\"; ", " = 1;"},
     { NULL, NULL }
   };

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to