diff options
author | Sam James <sam@gentoo.org> | 2024-07-30 12:21:42 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-07-30 17:12:39 +0100 |
commit | 7f1aa73bde0babde0ed3ff58d7226b86d25d075d (patch) | |
tree | 1e43ad488ebc870ffb733f10af940d4f7b0ef5bb | |
parent | 2e662dedf84aa23fdff7bceca040432bf9f1ab72 (diff) | |
download | gcc-7f1aa73bde0babde0ed3ff58d7226b86d25d075d.zip gcc-7f1aa73bde0babde0ed3ff58d7226b86d25d075d.tar.gz gcc-7f1aa73bde0babde0ed3ff58d7226b86d25d075d.tar.bz2 |
testsuite: fix whitespace in dg-do preprocess directive
PR preprocessor/90581
* c-c++-common/cpp/fmax-include-depth.c: Fix whitespace in dg directive.
-rw-r--r-- | gcc/testsuite/c-c++-common/cpp/fmax-include-depth.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 bd8cc3a..134c298 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." } */ |