From: Sam James Date: Tue, 30 Jul 2024 11:21:42 +0000 (+0100) Subject: testsuite: fix whitespace in dg-do preprocess directive X-Git-Tag: basepoints/gcc-16~7140 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f1aa73bde0babde0ed3ff58d7226b86d25d075d;p=thirdparty%2Fgcc.git testsuite: fix whitespace in dg-do preprocess directive PR preprocessor/90581 * c-c++-common/cpp/fmax-include-depth.c: Fix whitespace in dg directive. --- diff --git a/gcc/testsuite/c-c++-common/cpp/fmax-include-depth.c b/gcc/testsuite/c-c++-common/cpp/fmax-include-depth.c index bd8cc3adcdd7..134c29805c89 100644 --- a/gcc/testsuite/c-c++-common/cpp/fmax-include-depth.c +++ b/gcc/testsuite/c-c++-common/cpp/fmax-include-depth.c @@ -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." } */