From: Iain Sandoe Date: Sat, 25 Apr 2020 09:55:10 +0000 (+0100) Subject: coroutines, testsuite: Enable a test. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ead1c27a5308e8ff3bae6d663c8890d4b24da7c3;p=gcc.git 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 * g++.dg/coroutines/torture/co-ret-16-simple-control-flow.C: Enable test. --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index efbfe99d0d9..200681ccfcf 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2020-04-25 Iain Sandoe + + * g++.dg/coroutines/torture/co-ret-16-simple-control-flow.C: + Enable test. + 2020-04-25 Patrick Palka * g++.dg/concepts/diagnostic11.C: New test. diff --git a/gcc/testsuite/g++.dg/coroutines/torture/co-ret-16-simple-control-flow.C b/gcc/testsuite/g++.dg/coroutines/torture/co-ret-16-simple-control-flow.C index 6d4196d64f0..112aa57ca61 100644 --- a/gcc/testsuite/g++.dg/coroutines/torture/co-ret-16-simple-control-flow.C +++ b/gcc/testsuite/g++.dg/coroutines/torture/co-ret-16-simple-control-flow.C @@ -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