Skip to content

Commit 059fc19

Browse files
committed
fix ci
1 parent c861942 commit 059fc19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jscomp/test/format_test.ml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,15 +84,15 @@ let () =
8484
#end
8585
;;
8686

87+
88+
#if OCAML_VERSION =~ ">4.03.0" then
8789
let sl f =
8890
Printf.sprintf "%h" f
8991

9092
let aux_list loc ls =
9193
List.iter (fun (a,b) ->
9294
eq loc (sl a ) b
9395
) ls
94-
#if OCAML_VERSION =~ ">4.03.0" then
95-
9696
let literals =
9797
[
9898
0x3.fp+1, "0x1.f8p+2" (* (1. +. 0xf8p0 /. 0x1_00p0) *. 4.*);

0 commit comments

Comments
 (0)