We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0a3d10 commit 37eaf2eCopy full SHA for 37eaf2e
tests/test_strings.py
@@ -270,7 +270,7 @@ def test_index_of_simplification(self):
270
271
def test_index_of_symbolic_start_idx(self):
272
str_symb = claripy.StringS("symb_index_of", explicit_name=True)
273
- start_idx = claripy.BVS("symb_start_idx", 32, explicit_name=True)
+ start_idx = claripy.BVS("symb_start_idx", 8, explicit_name=True)
274
275
solver = self.get_solver()
276
0 commit comments