public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc/devel/gccgo] coroutines, testsuite: Enable a test.
@ 2020-07-12 17:33 Ian Lance Taylor
  0 siblings, 0 replies; only message in thread
From: Ian Lance Taylor @ 2020-07-12 17:33 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:ead1c27a5308e8ff3bae6d663c8890d4b24da7c3

commit ead1c27a5308e8ff3bae6d663c8890d4b24da7c3
Author: Iain Sandoe <iain@sandoe.co.uk>
Date:   Sat Apr 25 10:55:10 2020 +0100

    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.

Diff:
---
 gcc/testsuite/ChangeLog                                              | 5 +++++
 .../g++.dg/coroutines/torture/co-ret-16-simple-control-flow.C        | 4 +---
 2 files changed, 6 insertions(+), 3 deletions(-)

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  <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.
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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-07-12 17:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-12 17:33 [gcc/devel/gccgo] coroutines, testsuite: Enable a test Ian Lance Taylor

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).