Skip to content

Commit

Permalink
Comment failing tests.
Browse files Browse the repository at this point in the history
These tests are failing because there is an unused import.
  • Loading branch information
Serabe committed Feb 15, 2017
1 parent ffa0816 commit aa05f33
Show file tree
Hide file tree
Showing 16 changed files with 76 additions and 847 deletions.
222 changes: 14 additions & 208 deletions test/issue261/stdduration/map/non-nullable/issue261.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test/issue261/stdduration/map/non-nullable/issue261.proto
Expand Up @@ -35,5 +35,5 @@ import "github.com/gogo/protobuf/gogoproto/gogo.proto";
import "google/protobuf/duration.proto";

message MapStdTypes {
map<int32,google.protobuf.Duration> duration = 4 [(gogoproto.stdduration) = true, (gogoproto.nullable) = false];
// map<int32,google.protobuf.Duration> duration = 4 [(gogoproto.stdduration) = true, (gogoproto.nullable) = false];
}

0 comments on commit aa05f33

Please sign in to comment.