diff options
Diffstat (limited to 'components/script/dom/bindings/codegen/parser/tests/test_callback.py')
-rw-r--r-- | components/script/dom/bindings/codegen/parser/tests/test_callback.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/bindings/codegen/parser/tests/test_callback.py b/components/script/dom/bindings/codegen/parser/tests/test_callback.py index 267d27dc087..4dfda1c3c76 100644 --- a/components/script/dom/bindings/codegen/parser/tests/test_callback.py +++ b/components/script/dom/bindings/codegen/parser/tests/test_callback.py @@ -12,7 +12,7 @@ def WebIDLTest(parser, harness): results = parser.finish() harness.ok(True, "TestCallback interface parsed without error.") - harness.check(len(results), 2, "Should be one production.") + harness.check(len(results), 2, "Should be two productions.") iface = results[0] harness.ok(isinstance(iface, WebIDL.IDLInterface), "Should be an IDLInterface") |