coroutines, testsuite: Enable a test.

This just enables a test that can now be run since we've
resolved the PRs blocking it.

2020-04-25  Iain Sandoe  <iain@sandoe.co.uk>

	* g++.dg/coroutines/torture/co-ret-16-simple-control-flow.C:
	Enable test.
This commit is contained in:
Iain Sandoe 2020-04-25 10:55:10 +01:00
parent da4aae6e16
commit ead1c27a53
2 changed files with 6 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2020-04-25 Iain Sandoe <iain@sandoe.co.uk>
* g++.dg/coroutines/torture/co-ret-16-simple-control-flow.C:
Enable test.
2020-04-25 Patrick Palka <ppalka@redhat.com>
* g++.dg/concepts/diagnostic11.C: New test.

View File

@ -1,5 +1,4 @@
#if 0
// { d g-do run }
// { dg-do run }
// Test returning an int.
// We will use the promise to contain this to avoid having to include
@ -46,4 +45,3 @@ int main ()
PRINT ("main: returning");
return 0;
}
#endif