We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 031b9ca commit 50c7a1eCopy full SHA for 50c7a1e
test/Test.ml
@@ -33,7 +33,6 @@ module RoundTrip = struct
33
e1.offset = e2.offset &&
34
e1.flags = e2.flags &&
35
e1.window = e2.window &&
36
- e1.chksum = e2.chksum &&
37
e1.urgent = e2.urgent &&
38
compare (Cstruct.to_string e1.payload) (Cstruct.to_string e2.payload) = 0
39
0 commit comments