]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
testsuite: fix whitespace in dg-do preprocess directive
authorSam James <sam@gentoo.org>
Tue, 30 Jul 2024 11:21:42 +0000 (12:21 +0100)
committerSam James <sam@gentoo.org>
Tue, 30 Jul 2024 16:12:39 +0000 (17:12 +0100)
PR preprocessor/90581
* c-c++-common/cpp/fmax-include-depth.c: Fix whitespace in dg directive.

gcc/testsuite/c-c++-common/cpp/fmax-include-depth.c

index bd8cc3adcdd704f7271417e95281dd7f410da3c0..134c29805c89063c5b2777c4f0e86cf13d984e08 100644 (file)
@@ -1,4 +1,4 @@
-/* { dg-do preprocess} */
+/* { dg-do preprocess } */
 /* { dg-options "-fmax-include-depth=1" } */
 
 #include "fmax-include-depth-1b.h" /* { dg-error ".include nested depth 1 exceeds maximum of 1 .use -fmax-include-depth=DEPTH to increase the maximum." } */