Chromium Code Reviews| Index: mojo/go/tests/validation_test.go |
| diff --git a/mojo/go/tests/validation_test.go b/mojo/go/tests/validation_test.go |
| index 88d746396116220813f39a95c8c92bb98ab936e1..c4b42de021216ab1168e09ae758bd0fc376b25a2 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 |
|
jamesr
2015/02/25 03:17:57
why nil?
rogulenko
2015/02/25 03:50:56
To identify the test for which I want to verify de
|
| +} |
| + |
| func TestConformanceValidation(t *testing.T) { |
| tests := getMatchingTests(listTestFiles(), "conformance_") |
| waiter := bindings.GetAsyncWaiter() |