* tests/sanity/style.test: Fix spurious failure.
This commit is contained in:
parent
2ffdd84942
commit
c5490428be
1 changed files with 1 additions and 1 deletions
|
|
@ -226,7 +226,7 @@ for dir in "$TOP/spot" "$TOP/bin" "$TOP/tests"; do
|
||||||
$GREP 'operator[^a-zA-Z0-9_(]*[ ][^a-zA-Z0-9_(]*(' $tmp &&
|
$GREP 'operator[^a-zA-Z0-9_(]*[ ][^a-zA-Z0-9_(]*(' $tmp &&
|
||||||
diag 'Write operatorXX(...) without spaces around XX.'
|
diag 'Write operatorXX(...) without spaces around XX.'
|
||||||
|
|
||||||
$GREP 'operator[^(]* (' $tmp &&
|
$GREP 'operator[^(s]* (' $tmp &&
|
||||||
diag 'No space before ('
|
diag 'No space before ('
|
||||||
|
|
||||||
$GREP '[ ]default:[^:].*;' $tmp &&
|
$GREP '[ ]default:[^:].*;' $tmp &&
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue