| Index: tools/json_schema_compiler/dart_generator_test.py
|
| diff --git a/tools/json_schema_compiler/dart_generator_test.py b/tools/json_schema_compiler/dart_generator_test.py
|
| index b01d4674cc0f89fca592fa4b39d9ebcfb89bf73f..2005e7eec689bdeac1fb53cd8de323e040bfc5a8 100755
|
| --- a/tools/json_schema_compiler/dart_generator_test.py
|
| +++ b/tools/json_schema_compiler/dart_generator_test.py
|
| @@ -32,7 +32,7 @@ class DartTest(unittest.TestCase):
|
| if REBASE_MODE:
|
| output_dir = TESTS_DIR
|
| output_code = GenerateSchema('dart', ['%s.idl' % file_rel], TESTS_DIR,
|
| - output_dir, None, None, None)
|
| + output_dir, '', None, None, [])
|
|
|
| if not REBASE_MODE:
|
| with open('%s.dart' % file_rel) as f:
|
|
|