Skip to content

Commit 4ea9bd0

Browse files
sinancepelfacebook-github-bot
authored andcommitted
fix build
Reviewed By: rvantonder Differential Revision: D8901045 fbshipit-source-id: 5caa688aa6c62c0f8314bd4c8ac20d28d222a306
1 parent 7d30244 commit 4ea9bd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

analysis/test/analysisCallGraphTest.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ let test_type_collection _ =
106106
check configuration environment source |> ignore;
107107
let defines =
108108
Preprocessing.defines source
109-
|> List.map ~f:(fun { Node.value } -> value)
109+
|> List.map ~f:(fun { Node.value; _ } -> value)
110110
in
111111
let { Define.name; body = statements; _ } = List.nth_exn defines 1 in
112112
let lookup =

0 commit comments

Comments
 (0)