Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1176)

Unified Diff: mojo/public/interfaces/bindings/tests/validation_test_interfaces.mojom

Issue 651823005: mojom: Add conformance tests for map<>. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rename the files per yzshen's request. Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd10_unequal_array_size.expected ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 5cd9d0bd94dd866f82b13567f3331a64105bbbfc..5f33ee9548fec1b903aa3a4693cfcc26fe2f1069 100644
--- a/mojo/public/interfaces/bindings/tests/validation_test_interfaces.mojom
+++ b/mojo/public/interfaces/bindings/tests/validation_test_interfaces.mojom
@@ -42,6 +42,7 @@ interface ConformanceTestInterface {
Method7(StructF param0, array<uint8, 5> param1);
Method8(array<array<string>?> param0);
Method9(array<array<handle?>>? param0);
+ Method10(map<string, uint8> param0);
};
struct BasicStruct {
« no previous file with comments | « mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd10_unequal_array_size.expected ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698