diff options
Diffstat (limited to 'testsuite/backend/genesys/minigtest.cpp')
-rw-r--r-- | testsuite/backend/genesys/minigtest.cpp | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/testsuite/backend/genesys/minigtest.cpp b/testsuite/backend/genesys/minigtest.cpp index 8afb62a..7e8f20a 100644 --- a/testsuite/backend/genesys/minigtest.cpp +++ b/testsuite/backend/genesys/minigtest.cpp @@ -15,9 +15,7 @@ General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place - Suite 330, Boston, - MA 02111-1307, USA. + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include "minigtest.h" @@ -29,7 +27,7 @@ size_t s_num_failures = 0; int finish_tests() { - std::cerr << "Finished tests. Sucessses: " << s_num_successes + std::cerr << "Finished tests. Successes: " << s_num_successes << " failures: " << s_num_failures << "\n"; if (s_num_failures > 0) return 1; |