diff options
-rw-r--r-- | gas/testsuite/gas/m32r/.Sanitize | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gas/testsuite/gas/m32r/.Sanitize b/gas/testsuite/gas/m32r/.Sanitize index fc2a2cd..66fc6a1 100644 --- a/gas/testsuite/gas/m32r/.Sanitize +++ b/gas/testsuite/gas/m32r/.Sanitize @@ -43,13 +43,12 @@ uppercase.s Things-to-lose: +Do-last: + for i in * ; do if test ! -d $i && (grep sanitize $i > /dev/null) ; then echo '***' Some mentions of Sanitize are still left in $i! 1>&2 fi done - -Do-last: - # End of file. |