File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -795,7 +795,7 @@ let if_ (a : t) (b : t) (c : t) : t =
795
795
| Lprim (
796
796
{primitive = Pnot ; args = [Lprim {primitive = Pintcomp Ceq ; args = [Lvar j; Lconst _] as args; loc}]})
797
797
when Ident. same i j && eq_approx true_ c
798
- -> Lprim {primitive = Pintcomp Ceq ; args; loc}
798
+ -> Lprim {primitive = Pintcomp Cneq ; args; loc}
799
799
| _ -> Lifthenelse (a,b,c)
800
800
end
801
801
| _ -> Lifthenelse (a,b,c))
Original file line number Diff line number Diff line change @@ -321,7 +321,8 @@ o test/gpr_4494_test.cmi test/gpr_4494_test.cmj : cc test/gpr_4494_test.ml | $st
321
321
o test/gpr_4519_test.cmi test/gpr_4519_test.cmj : cc test/gpr_4519_test.ml | test/mt.cmj $stdlib
322
322
o test/gpr_459_test.cmi test/gpr_459_test.cmj : cc test/gpr_459_test.ml | test/mt.cmj $stdlib
323
323
o test/gpr_4639_test.cmi test/gpr_4639_test.cmj : cc test/gpr_4639_test.ml | $stdlib
324
- o test/gpr_4924_test.cmi test/gpr_4924_test.cmj : cc test/gpr_4924_test.ml | $stdlib
324
+ o test/gpr_4900_test.cmi test/gpr_4900_test.cmj : cc test/gpr_4900_test.ml | test/mt.cmj $stdlib
325
+ o test/gpr_4924_test.cmi test/gpr_4924_test.cmj : cc test/gpr_4924_test.ml | test/mt.cmj $stdlib
325
326
o test/gpr_4931.cmi test/gpr_4931.cmj : cc test/gpr_4931.ml | $stdlib
326
327
o test/gpr_627_test.cmi test/gpr_627_test.cmj : cc test/gpr_627_test.ml | test/mt.cmj $stdlib
327
328
o test/gpr_658.cmi test/gpr_658.cmj : cc test/gpr_658.ml | $stdlib
Original file line number Diff line number Diff line change @@ -27272,7 +27272,7 @@ function in_pervasives(p) {
27272
27272
27273
27273
function is_datatype(decl) {
27274
27274
var match = decl.type_kind;
27275
- return match = == 0;
27275
+ return match ! == 0;
27276
27276
}
27277
27277
27278
27278
function object_fields(ty) {
You can’t perform that action at this time.
0 commit comments