We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11ff3ff commit bd0853cCopy full SHA for bd0853c
mlir/test/python/ir/location.py
@@ -57,7 +57,7 @@ def testFileLineCol():
57
# CHECK: file range str: loc("foo.txt":123:56 to :100)
58
print("file range str:", str(range))
59
# CHECK: file range repr: loc("foo.txt":123:56 to :100)
60
- print("file range repr:", repr(range))
+ print("file range repr:", repr(range))
61
62
63
run(testFileLineCol)
0 commit comments