Thanks for the review.

https://codereview.chromium.org/915563003/diff/20001/test/cctest/test-parsing.cc
File test/cctest/test-parsing.cc (right):

https://codereview.chromium.org/915563003/diff/20001/test/cctest/test-parsing.cc#newcode3692
test/cctest/test-parsing.cc:3692: {"class C { m() { () => ", "; } }"},
On 2015/02/10 17:10:56, marja wrote:
Maybe an interesting test case to add:

class C {
   m() {
     function foo() {
        << super usage here
     }
   }
}

That sound be an error, right?

Yes. That should be an error. Adding a case to SuperErrorsNonMethods

https://codereview.chromium.org/915563003/diff/20001/test/cctest/test-parsing.cc#newcode3775
test/cctest/test-parsing.cc:3775: const char* succes_data[] = {
On 2015/02/10 17:10:56, marja wrote:
typo

Done.

https://codereview.chromium.org/915563003/diff/20001/test/cctest/test-parsing.cc#newcode3792
test/cctest/test-parsing.cc:3792: const char* error_data[] = {
I screwed this up as well. I'll fix.

https://codereview.chromium.org/915563003/

--
--
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