Skip to content

Commit 99844b6

Browse files
author
James Molloy
committed
fixup! [python] Fix loc_tracebacks()
1 parent 5631b30 commit 99844b6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mlir/test/python/ir/auto_location.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ def testInferLocations():
3333

3434
# Test nesting of loc_tracebacks().
3535
with loc_tracebacks():
36-
3736
# fmt: off
3837
# CHECK: loc(callsite("ConstantOp.__init__"("{{.*}}[[SEP]]mlir[[SEP]]dialects[[SEP]]arith.py":65:12 to :76) at callsite("constant"("{{.*}}[[SEP]]mlir[[SEP]]dialects[[SEP]]arith.py":110:40 to :81) at callsite("testInferLocations"("{{.*}}[[SEP]]test[[SEP]]python[[SEP]]ir[[SEP]]auto_location.py":{{[0-9]+}}:14 to :48) at callsite("run"("{{.*}}[[SEP]]test[[SEP]]python[[SEP]]ir[[SEP]]auto_location.py":{{[0-9]+}}:4 to :7) at "<module>"("{{.*}}[[SEP]]test[[SEP]]python[[SEP]]ir[[SEP]]auto_location.py":{{[0-9]+}}:1 to :4))))))
3938
# fmt: on

0 commit comments

Comments
 (0)