Index: mojo/public/interfaces/bindings/tests/validation_test_interfaces.mojom |
diff --git a/mojo/public/interfaces/bindings/tests/validation_test_interfaces.mojom b/mojo/public/interfaces/bindings/tests/validation_test_interfaces.mojom |
index 6a6b6e25c076b329d025f3225749e34cfd3aee0d..2fb0d949b3e14d8b30c3cea7a731c84095aadb0d 100644 |
--- a/mojo/public/interfaces/bindings/tests/validation_test_interfaces.mojom |
+++ b/mojo/public/interfaces/bindings/tests/validation_test_interfaces.mojom |
@@ -91,6 +91,7 @@ interface ConformanceTestInterface { |
Method17(array<InterfaceA> param0); |
Method18(UnionA? param0); |
Method19(Recursive recursive); |
+ Method20(map<StructB, uint8> param0); |
yzshen1
2016/09/21 23:17:53
It seems weird: reading the test case I thought th
tibell
2016/09/22 05:17:23
No, it failed with alignment errors. I now think I
|
}; |
struct BasicStruct { |