| Index: generate_dartvm_layout_tests.py
|
| diff --git a/generate_dartvm_layout_tests.py b/generate_dartvm_layout_tests.py
|
| index e69c50fa73cc786f0e325c0fcbceebb47bc27581..6174bb1026e17693458dcc662cff61fb4ab74edb 100755
|
| --- a/generate_dartvm_layout_tests.py
|
| +++ b/generate_dartvm_layout_tests.py
|
| @@ -9,7 +9,7 @@ import sys
|
|
|
| TESTS_DIR = os.path.join('third_party', 'WebKit', 'LayoutTests', 'dart', 'dom')
|
| TEST_CONTROLLER_FILE = os.path.join('dart', 'client', 'testing', 'unittest',
|
| - 'test_controller.js')
|
| + 'lib', 'test_controller.js')
|
|
|
| SCRIPT_TAG = '<script type="application/%s" src="%s"></script>\n'
|
|
|
|
|