aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-07-30 21:46:29 +0100
committerSam James <sam@gentoo.org>2024-07-31 16:09:54 +0100
commitd398581485b4141b43b11f27c8eb359a99fe4ca9 (patch)
treea9fa4df17ae940a9714bb5cb43a7bdb14b5f8264
parent21fc6d35f27cdf4c56e9f093894f6728c55ecb0e (diff)
downloadgcc-d398581485b4141b43b11f27c8eb359a99fe4ca9.zip
gcc-d398581485b4141b43b11f27c8eb359a99fe4ca9.tar.gz
gcc-d398581485b4141b43b11f27c8eb359a99fe4ca9.tar.bz2
testsuite: fix 'dg-do-preprocess' typo
We want 'dg-do preprocess', not 'dg-do-preprocess'. Fix that. PR target/106828 * g++.target/loongarch/pr106828.C: Fix 'dg-do compile' typo.
-rw-r--r--gcc/testsuite/g++.target/loongarch/pr106828.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/g++.target/loongarch/pr106828.C b/gcc/testsuite/g++.target/loongarch/pr106828.C
index 190c1db..0d13cbb 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'. */