aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rpython/rlib/test/test_rstring.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/rpython/rlib/test/test_rstring.py b/rpython/rlib/test/test_rstring.py
index a2ce14e0a8..5fda0275e2 100644
--- a/rpython/rlib/test/test_rstring.py
+++ b/rpython/rlib/test/test_rstring.py
@@ -336,7 +336,5 @@ def test_hypothesis_search(needle, pieces, by, maxcount):
input = needle.join(pieces)
assume(len(input) > 0)
- if needle == '' and pieces == [] and by == '0' and maxcount == 1:
- import pdb; pdb.set_trace()
res = replace(input, needle, by, maxcount)
assert res == input.replace(needle, by, maxcount)