public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Iain Sandoe <iain@sandoe.co.uk>
To: GCC Patches <gcc-patches@gcc.gnu.org>
Subject: [committed] coroutines, testsuite: Renumber two tests (NFC).
Date: Sun, 5 Apr 2020 21:20:28 +0100	[thread overview]
Message-ID: <A2B64765-B65E-484D-A54E-99DE4BB333A9@sandoe.co.uk> (raw)

Hi,
This fixes a nit in the numbering of tests that I spotted while working on open
PRs.

tested on x86_64-linux/darwin.

applied to master
thanks
Iain

Try to keep tests order by distinct number (and with a short descriptive name appended).
 
gcc/testsuite/

2020-04-05  Iain Sandoe  <iain@sandoe.co.uk>
    
	* g++.dg/coroutines/torture/co-await-14-template-traits.C: Rename...
	* g++.dg/coroutines/torture/co-await-16-template-traits.C: to this.
	* g++.dg/coroutines/torture/co-await-15-capture-comp-ref.C: Rename..
	* g++.dg/coroutines/torture/co-await-17-capture-comp-ref.C: to this.

diff --git a/gcc/testsuite/g++.dg/coroutines/torture/co-await-14-template-traits.C b/gcc/testsuite/g++.dg/coroutines/torture/co-await-16-template-traits.C
similarity index 100%
rename from gcc/testsuite/g++.dg/coroutines/torture/co-await-14-template-traits.C
rename to gcc/testsuite/g++.dg/coroutines/torture/co-await-16-template-traits.C
diff --git a/gcc/testsuite/g++.dg/coroutines/torture/co-await-15-capture-comp-ref.C b/gcc/testsuite/g++.dg/coroutines/torture/co-await-17-capture-comp-ref.C
similarity index 100%
rename from gcc/testsuite/g++.dg/coroutines/torture/co-await-15-capture-comp-ref.C
rename to gcc/testsuite/g++.dg/coroutines/torture/co-await-17-capture-comp-ref.C


                 reply	other threads:[~2020-04-05 20:20 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=A2B64765-B65E-484D-A54E-99DE4BB333A9@sandoe.co.uk \
    --to=iain@sandoe.co.uk \
    --cc=gcc-patches@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).