tools: fix test.py after v8 upgrade
authorBen Noordhuis <info@bnoordhuis.nl>
Mon, 29 Apr 2013 21:08:02 +0000 (23:08 +0200)
committerBen Noordhuis <info@bnoordhuis.nl>
Mon, 29 Apr 2013 21:08:57 +0000 (23:08 +0200)
commitb5c172138c8c27048f969ea9891f93474d937e19
treef957ce674103c6393f10c58c86ad964fc60207da
parent4c1bb832afcb2c084e44f693e72bed2fbc12bfae
tools: fix test.py after v8 upgrade

test.py imports deps/v8/tools/utils.py but that file is gone after the
upgrade to 3.18.4 in commit 2f75785. Resurrect the file in tools/
tools/test.py
tools/utils.py [new file with mode: 0644]