Index: mojo/dart/unittests/embedder_tests/bindings_generation_test.dart |
diff --git a/mojo/dart/unittests/embedder_tests/bindings_generation_test.dart b/mojo/dart/unittests/embedder_tests/bindings_generation_test.dart |
index e3fb3ece570789a923d4a1dd9100bcc8279159aa..ec6b8adba25f24ef5597bf95c9c744495d19a971 100644 |
--- a/mojo/dart/unittests/embedder_tests/bindings_generation_test.dart |
+++ b/mojo/dart/unittests/embedder_tests/bindings_generation_test.dart |
@@ -653,16 +653,10 @@ testValidateInterfaceType() { |
_checkMojomInterface(mi, shortName, fullIdentifier, methodMap); |
- // The proxy and stub need to have a valid serviceDescription. |
- var boundsCheckProxyController = |
- new validation.BoundsCheckTestInterfaceProxy.unbound().ctrl; |
var boundsCheckStubDescription = |
- validation.BoundsCheckTestInterfaceStub.serviceDescription; |
+ validation.BoundsCheckTestInterface.serviceDescription; |
_checkServiceDescription( |
- boundsCheckProxyController.serviceDescription, interfaceID, shortName, |
- fullIdentifier, methodMap); |
- _checkServiceDescription( |
boundsCheckStubDescription, interfaceID, shortName, fullIdentifier, |
methodMap); |
} |