aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/plugin
diff options
context:
space:
mode:
authorDavid Malcolm <dmalcolm@redhat.com>2024-09-30 11:48:28 -0400
committerDavid Malcolm <dmalcolm@redhat.com>2024-09-30 11:48:28 -0400
commit3286b6724ec1d005436dffa5228516db88e754b9 (patch)
tree7fc2843c70adb31bcb08b9154333e6b82e69966a /gcc/testsuite/gcc.dg/plugin
parentab6c7a329d4958aa1f2975196358f7f56a463b3b (diff)
downloadgcc-3286b6724ec1d005436dffa5228516db88e754b9.zip
gcc-3286b6724ec1d005436dffa5228516db88e754b9.tar.gz
gcc-3286b6724ec1d005436dffa5228516db88e754b9.tar.bz2
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 <dmalcolm@redhat.com>
Diffstat (limited to 'gcc/testsuite/gcc.dg/plugin')
-rw-r--r--gcc/testsuite/gcc.dg/plugin/diagnostic_plugin_xhtml_format.c2
1 files changed, 1 insertions, 1 deletions
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 192288a..0f13e8d 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