Skip to content

Commit 1032d6a

Browse files
cjlongoriafacebook-github-bot
authored andcommitted
fixing unit test
Summary: I missed this test in D73901703 Reviewed By: capickett Differential Revision: D73933896 fbshipit-source-id: e792ecdbb11aceb74c5d7b82ccda65ca6c9c6ee2
1 parent 6db927a commit 1032d6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ocamlrep_derive/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@ mod tests {
534534
arena: &'__ocamlrep_derive_allocator Alloc,
535535
) -> ::ocamlrep::Value<'__ocamlrep_derive_allocator> {
536536
use ::ocamlrep::Allocator;
537-
match self {
537+
match *self {
538538
A {
539539
a: ref __binding_0,
540540
b: ref __binding_1,

0 commit comments

Comments
 (0)