Skip to content

Commit 37eaf2e

Browse files
spshah1701twizmwazin
authored andcommitted
Change BVS length parameter
1 parent b0a3d10 commit 37eaf2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_strings.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ def test_index_of_simplification(self):
270270

271271
def test_index_of_symbolic_start_idx(self):
272272
str_symb = claripy.StringS("symb_index_of", explicit_name=True)
273-
start_idx = claripy.BVS("symb_start_idx", 32, explicit_name=True)
273+
start_idx = claripy.BVS("symb_start_idx", 8, explicit_name=True)
274274

275275
solver = self.get_solver()
276276

0 commit comments

Comments
 (0)