Repair test_doctest's expected-output file (Guido added some new output).
diff --git a/Lib/test/output/test_doctest b/Lib/test/output/test_doctest
index e2b1394..2a487fb 100644
--- a/Lib/test/output/test_doctest
+++ b/Lib/test/output/test_doctest
@@ -67,6 +67,7 @@
 ok
 Trying: t.summarize()
 Expecting:
+*****************************************************************
 1 items had failures:
    1 of   2 in XYZ
 ***Test Failed*** 1 failures.
@@ -76,6 +77,7 @@
 Expecting:
 1 items passed all tests:
    2 tests in example2
+*****************************************************************
 1 items had failures:
    1 of   2 in XYZ
 4 tests in 2 items.