| 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 fd88625fc0550105352f8c2ce29d8a3fce9af605..b01d4674cc0f89fca592fa4b39d9ebcfb89bf73f 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) | 
| +                                 output_dir, None, None, None) | 
|  | 
| if not REBASE_MODE: | 
| with open('%s.dart' % file_rel) as f: | 
|  |