Index: Source/bindings/tests/idls/TestObjectPython.idl |
diff --git a/Source/bindings/tests/idls/TestObjectPython.idl b/Source/bindings/tests/idls/TestObjectPython.idl |
index 9c701e82520c76badc4c01c87d913d875ff7c770..56cd0bc07bf1578bb3dc12c1e67766f6b1f101e0 100644 |
--- a/Source/bindings/tests/idls/TestObjectPython.idl |
+++ b/Source/bindings/tests/idls/TestObjectPython.idl |
@@ -171,6 +171,7 @@ interface TestObjectPython { |
[RaisesException] attribute long raisesExceptionLongAttribute; |
[RaisesException=Getter] attribute long raisesExceptionGetterLongAttribute; |
[RaisesException=Setter] attribute long setterRaisesExceptionLongAttribute; |
+ [RaisesException] attribute TestInterfaceEmpty raisesExceptionTestInterfaceEmptyAttribute; |
[CachedAttribute=isValueDirty, RaisesException] attribute any cachedAttributeRaisesExceptionGetterAnyAttribute; |
[Reflect] attribute TestInterface reflectTestInterfaceAttribute; |
[Reflect=reflectedNameAttribute] attribute TestInterface reflectReflectedNameAttributeTestAttribute; |