diff options
Diffstat (limited to 'test/t/test_valgrind.py')
-rw-r--r-- | test/t/test_valgrind.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/t/test_valgrind.py b/test/t/test_valgrind.py index 0553b55..dbe7028 100644 --- a/test/t/test_valgrind.py +++ b/test/t/test_valgrind.py @@ -4,7 +4,6 @@ import pytest class TestValgrind: - # b: Assume we have at least bash that starts with b in PATH @pytest.mark.complete("valgrind b") def test_1(self, completion): |