diff --git a/mlir/test/Integration/Dialect/SparseTensor/python/test_output.py b/mlir/test/Integration/Dialect/SparseTensor/python/test_output.py index 7d9aa37ba2890c..b1438bd71055d6 100644 --- a/mlir/test/Integration/Dialect/SparseTensor/python/test_output.py +++ b/mlir/test/Integration/Dialect/SparseTensor/python/test_output.py @@ -183,7 +183,7 @@ def main(): build_compile_and_run_output(attr, compiler, expected(2)) count = count + 1 - # CHECK: Passed 17 tests + # CHECK: Passed 21 tests print("Passed", count, "tests")