fixed pointlessly broken test
John Napiorkowski [Thu, 23 Jun 2011 23:01:20 +0000 (19:01 -0400)]
t/tags.t

index 1935329..28653ca 100644 (file)
--- a/t/tags.t
+++ b/t/tags.t
@@ -123,6 +123,6 @@ is(
 
 is(
   join(', ', sort { $b cmp $a } Foo::bugs),
-  't/bugs/void_element.t, t/bugs/repeat_replace_on_empty_tag.t',
+  't/bugs/void.t, t/bugs/repeat_replace_on_empty_tag.t',
   'real glob re-installed ok'
 );