From: Iain Sandoe Date: Sat, 4 Jul 2020 18:01:03 +0000 (+0100) Subject: coroutines, testsuite: Rename a test, NFC. X-Git-Tag: basepoints/gcc-12~6445 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98fcd2513add205dcdd134eb29a2505ea9f81495;p=thirdparty%2Fgcc.git coroutines, testsuite: Rename a test, NFC. The test was committed with a placeholder name, this renames it as described in the PR. gcc/testsuite/ChangeLog: * g++.dg/coroutines/pr9xxxx-mismatched-traits-and-promise-prev.C: Moved to... * g++.dg/coroutines/pr94760-mismatched-traits-and-promise-prev.C: ...here. --- diff --git a/gcc/testsuite/g++.dg/coroutines/pr9xxxx-mismatched-traits-and-promise-prev.C b/gcc/testsuite/g++.dg/coroutines/pr94760-mismatched-traits-and-promise-prev.C similarity index 100% rename from gcc/testsuite/g++.dg/coroutines/pr9xxxx-mismatched-traits-and-promise-prev.C rename to gcc/testsuite/g++.dg/coroutines/pr94760-mismatched-traits-and-promise-prev.C