tests/test-check-code-hg.t
changeset 15877 afd459933d5f
parent 15873 a153a86a472c
child 15880 02b135558756
--- a/tests/test-check-code-hg.t	Fri Jan 13 01:19:07 2012 +0100
+++ b/tests/test-check-code-hg.t	Fri Jan 13 01:19:07 2012 +0100
@@ -320,9 +320,6 @@
    >             except:
    warning: naked except clause
   mercurial/commands.py:0:
-   >             raise util.Abort(_('tag names cannot consist entirely of whitespace'))
-   warning: line over 80 characters
-  mercurial/commands.py:0:
    >             ui.status(_("(run 'hg heads .' to see heads, 'hg merge' to merge)\n"))
    warning: line over 80 characters
   mercurial/commands.py:0: