diff options
author | Sharon Dvir <unapologtic@gmail.com> | 2019-02-18 21:10:57 +0000 |
---|---|---|
committer | Richard Sandiford <rsandifo@gcc.gnu.org> | 2019-02-18 21:10:57 +0000 |
commit | ab7b72e10002e96c0a092a6a2ef6ba2a9ec25f2b (patch) | |
tree | da9d450fd9d5d670f339ecdbe458b16f39939900 | |
parent | c22e84c2d0590da71054bca63ded94ddd2c83124 (diff) | |
download | gcc-ab7b72e10002e96c0a092a6a2ef6ba2a9ec25f2b.zip gcc-ab7b72e10002e96c0a092a6a2ef6ba2a9ec25f2b.tar.gz gcc-ab7b72e10002e96c0a092a6a2ef6ba2a9ec25f2b.tar.bz2 |
README: Fix typos.
2019-02-18 Sharon Dvir <unapologtic@gmail.com>
gcc/testsuite/
* README: Fix typos.
From-SVN: r268996
-rw-r--r-- | gcc/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/testsuite/README | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index fc03ecd..4137575 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2019-02-18 Sharon Dvir <unapologtic@gmail.com> + + * README: Fix typos. + 2019-02-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> * g++.dg/torture/pr89303.C (bad_weak_ptr): Rename to diff --git a/gcc/testsuite/README b/gcc/testsuite/README index 18ecb56..dfacd93 100644 --- a/gcc/testsuite/README +++ b/gcc/testsuite/README @@ -8,7 +8,7 @@ ftp://gcc.gnu.org/pub/gcc/infrastructure, for example. These tests are included "as is". If any of them fails, do not report a bug. Bug reports for DejaGnu can go to bug-dejagnu@gnu.org. Discussion and comments about this testsuite should be sent to -gcc@gcc.gnu.org; additions and changes to should go to sent to +gcc@gcc.gnu.org; additions and changes should be sent to gcc-patches@gcc.gnu.org. The entire testsuite is invoked by `make check` at the top level of @@ -48,7 +48,7 @@ how to run tests (in the GCC 2.7 era): where runtest Is the name used to invoke DejaGnu. If DejaGnu is not - install this will be the relative path name for runtest. + installed this will be the relative path name for runtest. --tool This tells DejaGnu which tool you are testing. It is mainly used to find the testsuite directories for a |