aboutsummaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorJacob Bachmeyer <jcb@gnu.org>2022-12-20 22:32:56 -0600
committerJacob Bachmeyer <jcb@gnu.org>2022-12-20 22:32:56 -0600
commit865dc67cd4e4d24ac722b4a865bfe4597b765f54 (patch)
tree39d6be059ebd19efa3b0c55cfa7d9e1e76ad2bc9 /testsuite
parentd807904c119232226a7f644b6a5ebdbb1ed2a67d (diff)
downloaddejagnu-865dc67cd4e4d24ac722b4a865bfe4597b765f54.zip
dejagnu-865dc67cd4e4d24ac722b4a865bfe4597b765f54.tar.gz
dejagnu-865dc67cd4e4d24ac722b4a865bfe4597b765f54.tar.bz2
Change summary totals emitted by dejagnu.h for consistency
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/libdejagnu/harness.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/libdejagnu/harness.exp b/testsuite/libdejagnu/harness.exp
index c3ec3f5..44f43af 100644
--- a/testsuite/libdejagnu/harness.exp
+++ b/testsuite/libdejagnu/harness.exp
@@ -32,7 +32,7 @@ proc test_libdejagnu_unit { language tests } {
# map messages from dejagnu.h:totals() to result types
array set expected_totals_map {
- passed pass "real failed" fail
+ passed pass failed fail
"unexpected passes" xpass
"expected failures" xfail
untested untested