]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
[testsuite] fix check-function-bodies usage
authorAlexandre Oliva <oliva@adacore.com>
Tue, 18 Feb 2025 02:17:25 +0000 (23:17 -0300)
committerAlexandre Oliva <oliva@gnu.org>
Tue, 18 Feb 2025 02:26:30 +0000 (23:26 -0300)
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.

gcc/testsuite/lib/scanasm.exp

index beffedd5bce464a15c37f59dcce83daa1b9a5bde..97935cb23c3cf00338ce72a82a89a06854f9177b 100644 (file)
@@ -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.