public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc/devel/gccgo] testsuite: remove unused dg-line directive
@ 2020-01-23  0:17 Ian Lance Taylor
  0 siblings, 0 replies; only message in thread
From: Ian Lance Taylor @ 2020-01-23  0:17 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:20571289868b98dfff95f754fa174f395dec00af

commit 20571289868b98dfff95f754fa174f395dec00af
Author: David Malcolm <dmalcolm@redhat.com>
Date:   Mon Jan 13 11:40:59 2020 -0500

    testsuite: remove unused dg-line directive
    
    gcc/testsuite/ChangeLog:
    	* gcc.dg/plugin/diagnostic-test-paths-2.c: Remove unused dg-line
    	directive.

Diff:
---
 gcc/testsuite/ChangeLog                               | 5 +++++
 gcc/testsuite/gcc.dg/plugin/diagnostic-test-paths-2.c | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 976003a..8fc0bfd 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2020-01-13  David Malcolm  <dmalcolm@redhat.com>
+
+	* gcc.dg/plugin/diagnostic-test-paths-2.c: Remove unused dg-line
+	directive.
+
 2020-01-13  Joseph Myers  <joseph@codesourcery.com>
 
 	PR c/93241
diff --git a/gcc/testsuite/gcc.dg/plugin/diagnostic-test-paths-2.c b/gcc/testsuite/gcc.dg/plugin/diagnostic-test-paths-2.c
index 391aeb9..946a234 100644
--- a/gcc/testsuite/gcc.dg/plugin/diagnostic-test-paths-2.c
+++ b/gcc/testsuite/gcc.dg/plugin/diagnostic-test-paths-2.c
@@ -22,7 +22,7 @@ make_a_list_of_random_ints_badly(PyObject *self,
     return NULL;
   }
 
-  list = PyList_New(0); /* { dg-line PyList_New } */
+  list = PyList_New(0);
 	
   for (i = 0; i < count; i++) {
     item = PyLong_FromLong(random());


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

only message in thread, other threads:[~2020-01-23  0:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-23  0:17 [gcc/devel/gccgo] testsuite: remove unused dg-line directive 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).