diff mbox series

[COMMITTED,3/5] testsuite: fix 'dg-do-preprocess' typo

Message ID 8aa74172027f7db41d874d4a38e334d55045826d.1722438509.git.sam@gentoo.org
State New
Headers show
Series [COMMITTED,1/5] testsuite: libgomp: fix dg-do run typo | expand

Commit Message

Sam James July 31, 2024, 3:08 p.m. UTC
We want 'dg-do preprocess', not 'dg-do-preprocess'. Fix that.

	PR target/106828
	* g++.target/loongarch/pr106828.C: Fix 'dg-do compile' typo.
---
Committed as obvious.

 gcc/testsuite/g++.target/loongarch/pr106828.C | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/gcc/testsuite/g++.target/loongarch/pr106828.C b/gcc/testsuite/g++.target/loongarch/pr106828.C
index 190c1db715f4..0d13cbbd5153 100644
--- a/gcc/testsuite/g++.target/loongarch/pr106828.C
+++ b/gcc/testsuite/g++.target/loongarch/pr106828.C
@@ -1,4 +1,4 @@ 
-/* { dg-do-preprocess } */
+/* { dg-do preprocess } */
 /* { dg-options "-mabi=lp64d -fsanitize=address" } */
 
 /* Tests whether the compiler supports compile option '-fsanitize=address'.  */