From: David Malcolm Date: Fri, 12 Sep 2025 14:24:35 +0000 (-0400) Subject: testsuite: fix typo in name of plugin test file X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=85a97e1a8ee934f46b89958b8374dd880dd489a4;p=thirdparty%2Fgcc.git testsuite: fix typo in name of plugin test file gcc/testsuite/ChangeLog: * gcc.dg/plugin/crash-test-write-though-null-sarif.c: Rename to... * gcc.dg/plugin/crash-test-write-through-null-sarif.c: ...this. * gcc.dg/plugin/crash-test-write-though-null-stderr.c: Rename to... * gcc.dg/plugin/crash-test-write-through-null-stderr.c: ...this. * gcc.dg/plugin/plugin.exp: Update for above renamings. Sort the test files for crash_test_plugin.cc alphabetically. Signed-off-by: David Malcolm --- diff --git a/gcc/testsuite/gcc.dg/plugin/crash-test-write-though-null-sarif.c b/gcc/testsuite/gcc.dg/plugin/crash-test-write-through-null-sarif.c similarity index 100% rename from gcc/testsuite/gcc.dg/plugin/crash-test-write-though-null-sarif.c rename to gcc/testsuite/gcc.dg/plugin/crash-test-write-through-null-sarif.c diff --git a/gcc/testsuite/gcc.dg/plugin/crash-test-write-though-null-stderr.c b/gcc/testsuite/gcc.dg/plugin/crash-test-write-through-null-stderr.c similarity index 100% rename from gcc/testsuite/gcc.dg/plugin/crash-test-write-though-null-stderr.c rename to gcc/testsuite/gcc.dg/plugin/crash-test-write-through-null-stderr.c diff --git a/gcc/testsuite/gcc.dg/plugin/plugin.exp b/gcc/testsuite/gcc.dg/plugin/plugin.exp index c7cc36c1cef5..3d7ba3f38c3b 100644 --- a/gcc/testsuite/gcc.dg/plugin/plugin.exp +++ b/gcc/testsuite/gcc.dg/plugin/plugin.exp @@ -70,12 +70,12 @@ set plugin_test_list [list \ { poly-int-06_plugin.cc poly-int-test-1.c } \ { poly-int-07_plugin.cc poly-int-test-1.c } \ { crash_test_plugin.cc \ - crash-test-ice-stderr.c \ - crash-test-write-though-null-stderr.c \ - crash-test-ice-sarif.c \ crash-test-ice-in-header-sarif-2.1.c \ crash-test-ice-in-header-sarif-2.2.c \ - crash-test-write-though-null-sarif.c } \ + crash-test-ice-sarif.c \ + crash-test-ice-stderr.c \ + crash-test-write-through-null-sarif.c \ + crash-test-write-through-null-stderr.c } \ { diagnostic_group_plugin.cc \ diagnostic-group-test-1.c } \ { diagnostic_plugin_test_show_locus.cc \