diff options
| -rw-r--r-- | validation/asm-empty-clobber.c | 2 | ||||
| -rw-r--r-- | validation/asm-goto-labels.c | 3 | ||||
| -rwxr-xr-x | validation/test-suite | 4 |
3 files changed, 5 insertions, 4 deletions
diff --git a/validation/asm-empty-clobber.c b/validation/asm-empty-clobber.c index eb1e1058..a79336da 100644 --- a/validation/asm-empty-clobber.c +++ b/validation/asm-empty-clobber.c @@ -23,6 +23,6 @@ do_trace: } /* - * check-name: Asm with goto labels. + * check-name: Asm with goto labels. */ diff --git a/validation/asm-goto-labels.c b/validation/asm-goto-labels.c index ac2bf2ad..85e1b61b 100644 --- a/validation/asm-goto-labels.c +++ b/validation/asm-goto-labels.c @@ -16,7 +16,8 @@ static inline int __static_cpu_has(unsigned char bit) t_no: return 0; } + /* - * check-name: Asm with goto labels. + * check-name: Asm with goto labels. */ diff --git a/validation/test-suite b/validation/test-suite index 6935d40c..1b05c75e 100755 --- a/validation/test-suite +++ b/validation/test-suite @@ -84,8 +84,8 @@ get_tag_value() check_assert="" check_cpp_if="" - lines=$(grep 'check-[a-z-]*' $1 | \ - sed -e 's/^.*\(check-[a-z-]*:*\) *\(.*\)$/\1 \2/') + lines=$(grep '^ \* check-[a-z-]*' $1 | \ + sed -e 's/^ \* \(check-[a-z-]*:*\) *\(.*\)$/\1 \2/') while read tag val; do #echo "-> tag: '$tag'" |
