]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
testsuite: require dot for diagnostic-test-graphs-html.c [PR123142]
authorDavid Malcolm <dmalcolm@redhat.com>
Tue, 16 Dec 2025 21:11:50 +0000 (16:11 -0500)
committerDavid Malcolm <dmalcolm@redhat.com>
Tue, 16 Dec 2025 21:11:50 +0000 (16:11 -0500)
gcc/testsuite/ChangeLog:
PR diagnostics/123142
* gcc.dg/plugin/diagnostic-test-graphs-html.c: Add
dg-require-dot directive.

Signed-off-by: David Malcolm <dmalcolm@redhat.com>
gcc/testsuite/gcc.dg/plugin/diagnostic-test-graphs-html.c

index 2256a63465f1ccd38ab2705bf9ca349953047896..9af0894310d309a2162bd29b97f2da6dec7fed10 100644 (file)
@@ -1,6 +1,6 @@
 /* { dg-do compile } */
 /* { dg-options "-fdiagnostics-add-output=experimental-html:javascript=no" } */
-
+/* { dg-require-dot "" } */
 extern void here (void);
 
 void test_graphs (void)