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.
This commit is contained in:
Sam James 2024-07-30 21:46:29 +01:00
parent 21fc6d35f2
commit d398581485
No known key found for this signature in database
GPG key ID: 738409F520DF9190

View file

@ -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'. */