arichardson marked 2 inline comments as done.
arichardson added inline comments.
Comment at: clang/test/AST/gen_ast_dump_json_test.py:3
+from __future__ import print_function
from collections import OrderedDict
aaron.ballman wrote:
> Is this needed? I don't se
aaron.ballman accepted this revision.
aaron.ballman added a comment.
This revision is now accepted and ready to land.
LGTM aside from some nits. Thank you for this!
Comment at: clang/test/AST/gen_ast_dump_json_test.py:3
+from __future__ import print_function
from collections