Skip to content

Commit e3686f1

Browse files
authored
[MLIR][sparse] Fix SparseTensor test_output.py test (#110882)
This PR fixes a test failure introduced in #109135
1 parent 076392b commit e3686f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/test/Integration/Dialect/SparseTensor/python/test_output.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ def main():
183183
build_compile_and_run_output(attr, compiler, expected(2))
184184
count = count + 1
185185

186-
# CHECK: Passed 17 tests
186+
# CHECK: Passed 21 tests
187187
print("Passed", count, "tests")
188188

189189

0 commit comments

Comments
 (0)