[Mlir-commits] [mlir] [mlir][test] Speculative fix for python/dialects test (PR #160651)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Wed Sep 24 23:15:55 PDT 2025


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-mlir

Author: Timm Baeder (tbaederr)

<details>
<summary>Changes</summary>

The CHECK comment doesn't match the following function name.

---
Full diff: https://github.com/llvm/llvm-project/pull/160651.diff


1 Files Affected:

- (modified) mlir/test/python/dialects/python_test.py (+1-1) 


``````````diff
diff --git a/mlir/test/python/dialects/python_test.py b/mlir/test/python/dialects/python_test.py
index 761d22357f8f8..4a4d763c139a5 100644
--- a/mlir/test/python/dialects/python_test.py
+++ b/mlir/test/python/dialects/python_test.py
@@ -1003,7 +1003,7 @@ def types(lst):
             assert type(op_res_variadic.res) is OpResultList
 
 
-# CHECK-LABEL: TEST: testVariadicAndNormalRegion
+# CHECK-LABEL: TEST: testVariadicAndNormalRegionOp
 @run
 def testVariadicAndNormalRegionOp():
     with Context() as ctx, Location.unknown(ctx):

``````````

</details>


https://github.com/llvm/llvm-project/pull/160651


More information about the Mlir-commits mailing list