diff options
Diffstat (limited to 'test/t/test_sbcl.py')
-rw-r--r-- | test/t/test_sbcl.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/t/test_sbcl.py b/test/t/test_sbcl.py index cce4cba3..f05741a7 100644 --- a/test/t/test_sbcl.py +++ b/test/t/test_sbcl.py @@ -2,7 +2,6 @@ import pytest class TestSbcl: - @pytest.mark.xfail # TODO: whitespace split issue @pytest.mark.complete("sbcl shared/default/") def test_1(self, completion): - assert completion == ["bar", "bar bar.d/", "foo", "foo foo.d/"] + assert completion == ["bar", "bar bar.d/", "foo", "foo.d/"] |