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):