projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25b3806
)
[MLIR] Remove generated spaces at eof for generate-test-checks.py.
author
Tim Shen
<timshen@google.com>
Tue, 16 Jun 2020 18:28:36 +0000
(11:28 -0700)
committer
Tim Shen
<timshen@google.com>
Tue, 16 Jun 2020 18:28:36 +0000
(11:28 -0700)
mlir/utils/generate-test-checks.py
patch
|
blob
|
history
diff --git
a/mlir/utils/generate-test-checks.py
b/mlir/utils/generate-test-checks.py
index
e08f64e
..
4b590b2
100755
(executable)
--- a/
mlir/utils/generate-test-checks.py
+++ b/
mlir/utils/generate-test-checks.py
@@
-90,7
+90,7
@@
def process_line(line_chunks, variable_namer):
# Append the non named group.
output_line += chunk[len(ssa_name):]
- return output_line + '\n'
+ return output_line
.rstrip()
+ '\n'
def process_source_lines(source_lines, note, args):