From: David Malcolm Date: Tue, 16 Dec 2025 21:11:50 +0000 (-0500) Subject: testsuite: require dot for diagnostic-test-graphs-html.c [PR123142] X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e50ec079f5f356f14e156230d9d4c0bbe081fb17;p=thirdparty%2Fgcc.git testsuite: require dot for diagnostic-test-graphs-html.c [PR123142] gcc/testsuite/ChangeLog: PR diagnostics/123142 * gcc.dg/plugin/diagnostic-test-graphs-html.c: Add dg-require-dot directive. Signed-off-by: David Malcolm --- diff --git a/gcc/testsuite/gcc.dg/plugin/diagnostic-test-graphs-html.c b/gcc/testsuite/gcc.dg/plugin/diagnostic-test-graphs-html.c index 2256a63465f..9af0894310d 100644 --- a/gcc/testsuite/gcc.dg/plugin/diagnostic-test-graphs-html.c +++ b/gcc/testsuite/gcc.dg/plugin/diagnostic-test-graphs-html.c @@ -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)