From: Jakub Jelinek Date: Wed, 25 Nov 2020 16:25:36 +0000 (+0100) Subject: testsuite: Rename test to avoid typo in its name [PR95862] X-Git-Tag: basepoints/gcc-12~2888 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b13dacdfb315675803982ad5a3098f7b55e6357a;p=thirdparty%2Fgcc.git testsuite: Rename test to avoid typo in its name [PR95862] 2020-11-25 Jakub Jelinek PR rtl-optimization/95862 * gcc.dg/builtin-artih-overflow-5.c: Renamed to ... * gcc.dg/builtin-arith-overflow-5.c: ... this. --- diff --git a/gcc/testsuite/gcc.dg/builtin-artih-overflow-5.c b/gcc/testsuite/gcc.dg/builtin-arith-overflow-5.c similarity index 100% rename from gcc/testsuite/gcc.dg/builtin-artih-overflow-5.c rename to gcc/testsuite/gcc.dg/builtin-arith-overflow-5.c