Index: mojo/public/interfaces/bindings/tests/test_unions.mojom |
diff --git a/mojo/public/interfaces/bindings/tests/test_unions.mojom b/mojo/public/interfaces/bindings/tests/test_unions.mojom |
index bd836388b4eefa84d35f031eff48b7a244c5681d..439f60d7c3c174d79c02241e49f168e1a5ea5285 100644 |
--- a/mojo/public/interfaces/bindings/tests/test_unions.mojom |
+++ b/mojo/public/interfaces/bindings/tests/test_unions.mojom |
@@ -38,6 +38,8 @@ union ObjectUnion { |
array<int8> f_array_int8; |
map<string, int8> f_map_int8; |
PodUnion f_pod_union; |
+ // Test that Clone() is defined after SmallStruct is declared. |
+ array<SmallStruct> f_small_structs; |
}; |
union HandleUnion { |