From: Alexandre Oliva Date: Tue, 18 Feb 2025 02:17:25 +0000 (-0300) Subject: [testsuite] fix check-function-bodies usage X-Git-Tag: basepoints/gcc-16~1955 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f039584e9e6c4709998c9cfdcb76e7519ffa96d0;p=thirdparty%2Fgcc.git [testsuite] fix check-function-bodies usage The existing usage comment for check-function-bodies is presumably a typo, as it doesn't match existing uses. Fix it. for gcc/testsuite/ChangeLog * lib/scanasm.exp (check-function-bodies): Fix usage comment. --- diff --git a/gcc/testsuite/lib/scanasm.exp b/gcc/testsuite/lib/scanasm.exp index beffedd5bce..97935cb23c3 100644 --- a/gcc/testsuite/lib/scanasm.exp +++ b/gcc/testsuite/lib/scanasm.exp @@ -985,7 +985,7 @@ proc check_function_body { functions name body_regexp } { # Check the implementations of functions against expected output. Used as: # -# { dg-do { check-function-bodies PREFIX TERMINATOR[ OPTION[ SELECTOR [MATCHED]]] } } +# { dg-final { check-function-bodies PREFIX TERMINATOR[ OPTION[ SELECTOR [MATCHED]]] } } # # See sourcebuild.texi for details.