diff options
author | Iain Sandoe <iain@sandoe.co.uk> | 2020-04-22 10:43:22 +0100 |
---|---|---|
committer | Iain Sandoe <iain@sandoe.co.uk> | 2020-04-22 10:43:22 +0100 |
commit | 56b15072aa41633235be57851ab342114e0bacba (patch) | |
tree | facc719c53712bbc15c773956a8b6909fa976bdc /gcc | |
parent | 38644f81babd04820daa9d622ea75eb68c066c86 (diff) | |
download | gcc-56b15072aa41633235be57851ab342114e0bacba.zip gcc-56b15072aa41633235be57851ab342114e0bacba.tar.gz gcc-56b15072aa41633235be57851ab342114e0bacba.tar.bz2 |
coroutines, testsuite: Tidy some test names (NFC).
Try to make sure that we have consistent naming for the tests
before first release.
gcc/testsuite/ChangeLog:
2020-04-22 Iain Sandoe <iain@sandoe.co.uk>
* g++.dg/coroutines/torture/local-var-0.C: Rename to...
* g++.dg/coroutines/torture/local-var-00-const.C: ...this.
* g++.dg/coroutines/torture/local-var-1.C: Rename to...
* g++.dg/coroutines/torture/local-var-01-single.C: ...this.
* g++.dg/coroutines/torture/local-var-2.C: Rename to...
* g++.dg/coroutines/torture/local-var-02-conditional.C: ...this.
* g++.dg/coroutines/torture/local-var-3.C: Rename to...
* g++.dg/coroutines/torture/local-var-03-with-awaits.C: ...this.
* g++.dg/coroutines/torture/local-var-4.C: Rename to...
* g++.dg/coroutines/torture/local-var-04-hiding-nested-scopes.C: this.
* g++.dg/coroutines/torture/local-var-5-awaitable.C: Rename to...
* g++.dg/coroutines/torture/local-var-05-awaitable.C: ...this.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/g++.dg/coroutines/torture/local-var-00-const.C (renamed from gcc/testsuite/g++.dg/coroutines/torture/local-var-0.C) | 0 | ||||
-rw-r--r-- | gcc/testsuite/g++.dg/coroutines/torture/local-var-01-single.C (renamed from gcc/testsuite/g++.dg/coroutines/torture/local-var-1.C) | 0 | ||||
-rw-r--r-- | gcc/testsuite/g++.dg/coroutines/torture/local-var-02-conditional.C (renamed from gcc/testsuite/g++.dg/coroutines/torture/local-var-2.C) | 0 | ||||
-rw-r--r-- | gcc/testsuite/g++.dg/coroutines/torture/local-var-03-with-awaits.C (renamed from gcc/testsuite/g++.dg/coroutines/torture/local-var-3.C) | 0 | ||||
-rw-r--r-- | gcc/testsuite/g++.dg/coroutines/torture/local-var-04-hiding-nested-scopes.C (renamed from gcc/testsuite/g++.dg/coroutines/torture/local-var-4.C) | 0 | ||||
-rw-r--r-- | gcc/testsuite/g++.dg/coroutines/torture/local-var-05-awaitable.C (renamed from gcc/testsuite/g++.dg/coroutines/torture/local-var-5-awaitable.C) | 0 |
6 files changed, 0 insertions, 0 deletions
diff --git a/gcc/testsuite/g++.dg/coroutines/torture/local-var-0.C b/gcc/testsuite/g++.dg/coroutines/torture/local-var-00-const.C index a895645..a895645 100644 --- a/gcc/testsuite/g++.dg/coroutines/torture/local-var-0.C +++ b/gcc/testsuite/g++.dg/coroutines/torture/local-var-00-const.C diff --git a/gcc/testsuite/g++.dg/coroutines/torture/local-var-1.C b/gcc/testsuite/g++.dg/coroutines/torture/local-var-01-single.C index 69a5b70..69a5b70 100644 --- a/gcc/testsuite/g++.dg/coroutines/torture/local-var-1.C +++ b/gcc/testsuite/g++.dg/coroutines/torture/local-var-01-single.C diff --git a/gcc/testsuite/g++.dg/coroutines/torture/local-var-2.C b/gcc/testsuite/g++.dg/coroutines/torture/local-var-02-conditional.C index f232eda..f232eda 100644 --- a/gcc/testsuite/g++.dg/coroutines/torture/local-var-2.C +++ b/gcc/testsuite/g++.dg/coroutines/torture/local-var-02-conditional.C diff --git a/gcc/testsuite/g++.dg/coroutines/torture/local-var-3.C b/gcc/testsuite/g++.dg/coroutines/torture/local-var-03-with-awaits.C index bd06db5..bd06db5 100644 --- a/gcc/testsuite/g++.dg/coroutines/torture/local-var-3.C +++ b/gcc/testsuite/g++.dg/coroutines/torture/local-var-03-with-awaits.C diff --git a/gcc/testsuite/g++.dg/coroutines/torture/local-var-4.C b/gcc/testsuite/g++.dg/coroutines/torture/local-var-04-hiding-nested-scopes.C index 419eb6b..419eb6b 100644 --- a/gcc/testsuite/g++.dg/coroutines/torture/local-var-4.C +++ b/gcc/testsuite/g++.dg/coroutines/torture/local-var-04-hiding-nested-scopes.C diff --git a/gcc/testsuite/g++.dg/coroutines/torture/local-var-5-awaitable.C b/gcc/testsuite/g++.dg/coroutines/torture/local-var-05-awaitable.C index 7ea0043..7ea0043 100644 --- a/gcc/testsuite/g++.dg/coroutines/torture/local-var-5-awaitable.C +++ b/gcc/testsuite/g++.dg/coroutines/torture/local-var-05-awaitable.C |