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

Unified Diff: mojo/go/tests/validation_test.go

Issue 948343008: go/bindings: update code to pass structs versions tests (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: rebased Created 5 years, 10 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 | « no previous file | mojo/public/go/bindings/decoder.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/go/tests/validation_test.go
diff --git a/mojo/go/tests/validation_test.go b/mojo/go/tests/validation_test.go
index d5fc1bcc351e44c7eac39c2514f1c33c50d7d0b7..c7499fff0200dc981351a20693990ccce9368b32 100644
--- a/mojo/go/tests/validation_test.go
+++ b/mojo/go/tests/validation_test.go
@@ -295,6 +295,10 @@ func (v *conformanceValidator) Method10(inParam0 map[string]uint8) error {
return v.Proxy.Method10(inParam0)
}
+func (v *conformanceValidator) Method11(inParam0 test.StructG) error {
+ return nil
+}
+
func TestConformanceValidation(t *testing.T) {
tests := getMatchingTests(listTestFiles(), "conformance_")
waiter := bindings.GetAsyncWaiter()
« no previous file with comments | « no previous file | mojo/public/go/bindings/decoder.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698