Skip to content

Commit 0bdb03f

Browse files
maksleventalj2kun
andcommitted
Update mlir/test/python/dialects/polynomial.py
Co-authored-by: Jeremy Kun <[email protected]>
1 parent 70a2a34 commit 0bdb03f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/test/python/dialects/polynomial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ def test_smoke():
2020
value = Attribute.parse("#polynomial.float_polynomial<0.5 + 1.3e06 x**2>")
2121
output = Type.parse("!polynomial.polynomial<ring=<coefficientType=f32>>")
2222
res = polynomial.constant(output, value)
23-
# CHECK: polynomial.constant {value = #polynomial.float_polynomial<0.5 + 1.3E+6x**2>} : <ring = <coefficientType = f32>>
23+
# CHECK: polynomial.constant float<0.5 + 1.3E+6x**2> : <ring = <coefficientType = f32>>
2424
print(res)

0 commit comments

Comments
 (0)