From: Nicholas Clark <nick@ccl4.org>
Date: Fri, 9 Oct 2009 08:52:43 +0000 (+0200)
Subject: Print the encoding name as part of the test, rather than on a separate line.
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=912292233dcfb4a5bc3775a4a9900b2fd8246607;p=p5sagit%2Fp5-mst-13.2.git

Print the encoding name as part of the test, rather than on a separate line.
---

diff --git a/t/comp/require.t b/t/comp/require.t
index a0170f0..e7d0da6 100644
--- a/t/comp/require.t
+++ b/t/comp/require.t
@@ -272,9 +272,7 @@ sub bytes_to_utf {
 }
 
 foreach (sort keys %templates) {
-    print "# $_\n";
-
-    $i++; do_require(bytes_to_utf($_, qq(print "ok $i\\n"; 1;\n), 1));
+    $i++; do_require(bytes_to_utf($_, qq(print "ok $i # $_\\n"; 1;\n), 1));
 }
 
 END {