Skip to content

Commit 45b3b25

Browse files
committed
fix ci
1 parent 447ef2a commit 45b3b25

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

jscomp/test/format_test.ml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,14 +73,15 @@ let f loc ls =
7373
List.iter (fun (a,b) ->
7474
eq loc (float_of_string a) b ) ls
7575

76+
#if OCAML_VERSION=~ ">4.03.0" then
7677
let () =
7778
f __LOC__ [
7879
"0x3.fp+1", 0x3.fp+1 ;
7980
" 0x3.fp2", 0x3.fp2;
8081
" 0x4.fp2", 0x4.fp2
8182
];
8283

83-
84+
#end
8485
;;
8586

8687
#if

0 commit comments

Comments
 (0)