lgtm



https://codereview.chromium.org/597943002/diff/2/tools/check-name-clashes.py
File tools/check-name-clashes.py (right):

https://codereview.chromium.org/597943002/diff/2/tools/check-name-clashes.py#newcode13
tools/check-name-clashes.py:13: LISTBODY = re.compile(".*\\\\$")
I meant using r"" here, so you'd get:
re.compile(r".*\\$")

https://codereview.chromium.org/597943002/

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