coroutines, testsuite: Enable a test.
authorIain Sandoe <iain@sandoe.co.uk>
Sat, 25 Apr 2020 09:55:10 +0000 (10:55 +0100)
committerIain Sandoe <iain@sandoe.co.uk>
Sat, 25 Apr 2020 09:55:54 +0000 (10:55 +0100)
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.

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/coroutines/torture/co-ret-16-simple-control-flow.C

index efbfe99..200681c 100644 (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.
index 6d4196d..112aa57 100644 (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