fixed pointlessly broken test
[catagits/HTML-Zoom.git] / 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'
 );