summaryrefslogtreecommitdiffstats
path: root/pym/portage/tests/dep/testAtom.py
diff options
context:
space:
mode:
Diffstat (limited to 'pym/portage/tests/dep/testAtom.py')
-rw-r--r--pym/portage/tests/dep/testAtom.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pym/portage/tests/dep/testAtom.py b/pym/portage/tests/dep/testAtom.py
index 7457babb7..091cef3a2 100644
--- a/pym/portage/tests/dep/testAtom.py
+++ b/pym/portage/tests/dep/testAtom.py
@@ -32,14 +32,14 @@ class TestAtom(TestCase):
tests_xfail = [
( "cat/pkg[a!]", False ),
- #( "cat/pkg[a-]", False ),
+ ( "cat/pkg[a-]", False ),
( "cat/pkg[!a]", False ),
( "cat/pkg[!a!]", False ),
( "cat/pkg[!a-]", False ),
( "cat/pkg[-a=]", False ),
( "cat/pkg[-a?]", False ),
( "cat/pkg[-a!]", False ),
- #( "cat/pkg[-a-]", False ),
+ ( "cat/pkg[-a-]", False ),
( "cat/pkg[=a]", False ),
( "cat/pkg[=a=]", False ),
( "cat/pkg[=a?]", False ),