Skip to content

Commit 01c3b68

Browse files
committed
fix tests
1 parent 292165b commit 01c3b68

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tests/integration-tests/test20.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ message M {
1212
option (ocaml_type_ppx) = "deriving show";
1313
required int32 f1 = 1;
1414
message Sub {
15+
option (ocaml_type_ppx) = "deriving show";
1516
required int32 sub_f1 = 1;
1617
}
1718
required Sub f2 = 2;

0 commit comments

Comments
 (0)