Skip to content

Commit

Permalink
Fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
mukul-rathi committed Jan 17, 2020
1 parent b4ea35b commit 784a807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/inline-expect-tests/foo.ml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ let gen_hello_world () =
(* Test in same file as source code *)
let%expect_test "Test name" =
(* run src code - here I'm ignoring the output *)
ignore (gen_hello_world ());
ignore (gen_hello_world () : string);
[%expect {|Hello World|}]

0 comments on commit 784a807

Please sign in to comment.