[clang][utils] Minor tweak to make-ast-dump-check.sh

Remove the space after the "CHECK:" on each line. This space makes the use
of FileCheck --match-full-lines impossible.
This commit is contained in:
Bruno Ricci 2020-06-21 13:29:06 +01:00
parent e7ce052820
commit 0dbeffddd1
No known key found for this signature in database
GPG Key ID: D58C906B2F684D92
1 changed files with 2 additions and 2 deletions

View File

@ -74,11 +74,11 @@ BEGIN {
}
matched_last_line == 0 {
print "// ${prefix}: " s
print "// ${prefix}:" s
}
matched_last_line == 1 {
print "// ${prefix}-NEXT: " s
print "// ${prefix}-NEXT:" s
}
{