| Index: samples/third_party/dromaeo/generate_dart2js_tests.py
|
| ===================================================================
|
| --- samples/third_party/dromaeo/generate_dart2js_tests.py (revision 8292)
|
| +++ samples/third_party/dromaeo/generate_dart2js_tests.py (working copy)
|
| @@ -70,11 +70,10 @@
|
| if head == 'tests':
|
| os.chdir('..')
|
|
|
| -# Frog compile individual dom and html tests into tests/frog.
|
| +# Compile individual dom and html tests.
|
| tests = glob.glob('tests/dom-*-*.html')
|
|
|
| for test in tests:
|
| - HtmlConvert(test, 'frog')
|
| HtmlConvert(test, 'dart2js')
|
|
|
| # Compile driver to index-js.html.
|
|
|