From: David Malcolm Date: Mon, 30 Sep 2024 15:48:28 +0000 (-0400) Subject: diagnostics: fix typo in XHTML output [PR116792] X-Git-Tag: basepoints/gcc-16~5581 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3286b6724ec1d005436dffa5228516db88e754b9;p=thirdparty%2Fgcc.git diagnostics: fix typo in XHTML output [PR116792] gcc/testsuite/ChangeLog: PR other/116792 * gcc.dg/plugin/diagnostic_plugin_xhtml_format.c: Fix stray reference to JSON. Signed-off-by: David Malcolm --- diff --git a/gcc/testsuite/gcc.dg/plugin/diagnostic_plugin_xhtml_format.c b/gcc/testsuite/gcc.dg/plugin/diagnostic_plugin_xhtml_format.c index 192288aff1b..0f13e8d6d01 100644 --- a/gcc/testsuite/gcc.dg/plugin/diagnostic_plugin_xhtml_format.c +++ b/gcc/testsuite/gcc.dg/plugin/diagnostic_plugin_xhtml_format.c @@ -751,7 +751,7 @@ diagnostic_output_format_init_xhtml_file (diagnostic_context &context, namespace selftest { /* A subclass of xhtml_output_format for writing selftests. - The JSON output is cached internally, rather than written + The XML output is cached internally, rather than written out to a file. */ class test_xhtml_diagnostic_context : public test_diagnostic_context