[llvm] a515ea5 - [OCaml] Fix buildbot failure caused by caa2258. NFC.
Yingwei Zheng via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 28 07:00:25 PDT 2024
Author: Yingwei Zheng
Date: 2024-03-28T22:00:04+08:00
New Revision: a515ea553f773cbb75e4aabeed7d05cc353345c8
URL: https://github.com/llvm/llvm-project/commit/a515ea553f773cbb75e4aabeed7d05cc353345c8
DIFF: https://github.com/llvm/llvm-project/commit/a515ea553f773cbb75e4aabeed7d05cc353345c8.diff
LOG: [OCaml] Fix buildbot failure caused by caa2258. NFC.
Closes #86944.
Added:
Modified:
llvm/test/Bindings/OCaml/core.ml
Removed:
################################################################################
diff --git a/llvm/test/Bindings/OCaml/core.ml b/llvm/test/Bindings/OCaml/core.ml
index a9abc9d17fe46e..64bfa8ee412dfe 100644
--- a/llvm/test/Bindings/OCaml/core.ml
+++ b/llvm/test/Bindings/OCaml/core.ml
@@ -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
More information about the llvm-commits
mailing list