Skip to content

Commit

Permalink
flambda-backend: Fix w51.ml
Browse files Browse the repository at this point in the history
  • Loading branch information
mshinwell committed Nov 1, 2023
1 parent 9e2e896 commit 0aa3ae2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions testsuite/tests/warnings/w51.ml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ let rec fact_tail acc = function
| n -> (fact_tail [@tailcall true]) (n * acc) (n - 1)
;;
[%%expect{|

val fact_tail : int -> int -> int = <fun>
|}]

Expand Down

0 comments on commit 0aa3ae2

Please sign in to comment.