Skip to content

Commit 5bafd42

Browse files
committed
format
1 parent 9937529 commit 5bafd42

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

mlir/test/python/dialects/irdl.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,13 @@ def testIRDL():
3535

3636
irdl.load_dialects(module)
3737

38-
m = Module.parse("""
38+
m = Module.parse(
39+
"""
3940
module {
4041
%a = arith.constant 1.0 : f32
4142
"irdl_test.test_op"(%a) : (f32) -> ()
4243
}
43-
""")
44+
"""
45+
)
4446
# CHECK: "irdl_test.test_op"(%cst) : (f32) -> ()
4547
m.dump()

0 commit comments

Comments
 (0)