From 0dbeffddd1decda612f00e552c35cbcdb59907ab Mon Sep 17 00:00:00 2001 From: Bruno Ricci Date: Sun, 21 Jun 2020 13:29:06 +0100 Subject: [PATCH] [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. --- clang/utils/make-ast-dump-check.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clang/utils/make-ast-dump-check.sh b/clang/utils/make-ast-dump-check.sh index 4e8a1c198608..f0c268c883e9 100755 --- a/clang/utils/make-ast-dump-check.sh +++ b/clang/utils/make-ast-dump-check.sh @@ -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 } {