Index: mojo/public/interfaces/bindings/tests/sample_service.mojom |
diff --git a/mojo/public/interfaces/bindings/tests/sample_service.mojom b/mojo/public/interfaces/bindings/tests/sample_service.mojom |
index 1dcc1c7c7cee4b4baa9b6fefe98a2594729c573a..4ebc558e868c44d4b585cbc0909317b508fc438c 100644 |
--- a/mojo/public/interfaces/bindings/tests/sample_service.mojom |
+++ b/mojo/public/interfaces/bindings/tests/sample_service.mojom |
@@ -40,6 +40,7 @@ struct Foo { |
handle<data_pipe_producer>[] output_streams@11; |
bool[][] array_of_array_of_bools@12; |
string[][][] multi_array_of_strings@13; |
+ bool[] array_of_bools@14; |
}; |
struct DefaultsTest { |