public inbox for libstdc++@gcc.gnu.org
 help / color / mirror / Atom feed
From: Jonathan Wakely <jwakely@redhat.com>
To: libstdc++@gcc.gnu.org, gcc-patches@gcc.gnu.org
Subject: [committed] libstdc++: Move stacktrace tests to 19_diagnostics directory
Date: Mon, 11 Apr 2022 15:54:24 +0100	[thread overview]
Message-ID: <20220411145424.76332-1-jwakely@redhat.com> (raw)

Pushed to trunk.

-- >8 --

This matches where the feature is defined in the current draft.

libstdc++-v3/ChangeLog:

	* testsuite/20_util/stacktrace/entry.cc: Moved to...
	* testsuite/19_diagnostics/stacktrace/entry.cc: ...here.
	* testsuite/20_util/stacktrace/synopsis.cc: Moved to...
	* testsuite/19_diagnostics/stacktrace/synopsis.cc: ...here.
	* testsuite/20_util/stacktrace/version.cc: Moved to...
	* testsuite/19_diagnostics/stacktrace/version.cc: ...here.
---
 .../testsuite/{20_util => 19_diagnostics}/stacktrace/entry.cc     | 0
 .../testsuite/{20_util => 19_diagnostics}/stacktrace/synopsis.cc  | 0
 .../testsuite/{20_util => 19_diagnostics}/stacktrace/version.cc   | 0
 3 files changed, 0 insertions(+), 0 deletions(-)
 rename libstdc++-v3/testsuite/{20_util => 19_diagnostics}/stacktrace/entry.cc (100%)
 rename libstdc++-v3/testsuite/{20_util => 19_diagnostics}/stacktrace/synopsis.cc (100%)
 rename libstdc++-v3/testsuite/{20_util => 19_diagnostics}/stacktrace/version.cc (100%)

diff --git a/libstdc++-v3/testsuite/20_util/stacktrace/entry.cc b/libstdc++-v3/testsuite/19_diagnostics/stacktrace/entry.cc
similarity index 100%
rename from libstdc++-v3/testsuite/20_util/stacktrace/entry.cc
rename to libstdc++-v3/testsuite/19_diagnostics/stacktrace/entry.cc
diff --git a/libstdc++-v3/testsuite/20_util/stacktrace/synopsis.cc b/libstdc++-v3/testsuite/19_diagnostics/stacktrace/synopsis.cc
similarity index 100%
rename from libstdc++-v3/testsuite/20_util/stacktrace/synopsis.cc
rename to libstdc++-v3/testsuite/19_diagnostics/stacktrace/synopsis.cc
diff --git a/libstdc++-v3/testsuite/20_util/stacktrace/version.cc b/libstdc++-v3/testsuite/19_diagnostics/stacktrace/version.cc
similarity index 100%
rename from libstdc++-v3/testsuite/20_util/stacktrace/version.cc
rename to libstdc++-v3/testsuite/19_diagnostics/stacktrace/version.cc
-- 
2.34.1


                 reply	other threads:[~2022-04-11 14:54 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220411145424.76332-1-jwakely@redhat.com \
    --to=jwakely@redhat.com \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=libstdc++@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).