diff mbox series

[committed] coroutines, testsuite: Renumber two tests (NFC).

Message ID A2B64765-B65E-484D-A54E-99DE4BB333A9@sandoe.co.uk
State New
Headers show
Series [committed] coroutines, testsuite: Renumber two tests (NFC). | expand

Commit Message

Iain Sandoe April 5, 2020, 8:20 p.m. UTC
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 mbox series

Patch

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