Index: tools/json_schema_compiler/idl_schema_test.py |
diff --git a/tools/json_schema_compiler/idl_schema_test.py b/tools/json_schema_compiler/idl_schema_test.py |
index 6adbbd7e2889e6767f0331c5b3d4770103822877..0421a4dee52dab5678db0bf01b6d6d7e11774406 100755 |
--- a/tools/json_schema_compiler/idl_schema_test.py |
+++ b/tools/json_schema_compiler/idl_schema_test.py |
@@ -145,7 +145,7 @@ class IdlSchemaTest(unittest.TestCase): |
enum_type = getType(schema, 'enum') |
self.assertEquals(['callback', 'namespace'], enum_type['enum']) |
- dictionary = getType(schema, 'dictionary'); |
+ dictionary = getType(schema, 'dictionary') |
self.assertEquals('integer', dictionary['properties']['long']['type']) |
mytype = getType(schema, 'MyType') |