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

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: Hans pointed out this work around. 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
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);
yzshen1 2014/10/15 18:07:44 (optional) It would be nice to have a test for mor
Elliot Glaysher 2014/10/15 19:29:52 I tried making a test case for that, but it doesn'
};
struct BasicStruct {

Powered by Google App Engine
This is Rietveld 408576698