Skip to content

Commit

Permalink
[OCaml] Fix buildbot failure caused by caa2258. NFC.
Browse files Browse the repository at this point in the history
Closes llvm#86944.
  • Loading branch information
dtcxzyw committed Mar 28, 2024
1 parent 84780af commit a515ea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/test/Bindings/OCaml/core.ml
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ let test_constants () =
group "constant arithmetic";
(* CHECK: @const_neg = global i64 sub
* CHECK: @const_nsw_neg = global i64 sub nsw
* CHECK: @const_nuw_neg = global i64 sub nuw
* CHECK: @const_nuw_neg = global i64 sub
* CHECK: @const_not = global i64 xor
* CHECK: @const_add = global i64 add
* CHECK: @const_nsw_add = global i64 add nsw
Expand Down

0 comments on commit a515ea5

Please sign in to comment.