Skip to content

Commit c4e3eb2

Browse files
author
Joel Allred
committed
Remove ref to size from solver in warning message
Future commit will make this function more general, and the found size will not always be from the solver.
1 parent a56a4f0 commit c4e3eb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/solvers/strings/string_refinement.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -992,7 +992,7 @@ static optionalt<exprt> get_valid_array_size(
992992

993993
if(num_size > MAX_CONCRETE_STRING_SIZE)
994994
{
995-
stream << "(sr::get_valid_array_size) long string (size " << format(size)
995+
stream << "(sr::get_valid_array_size) long string (size "
996996
<< " = " << num_size << ") " << format(arr) << messaget::eom;
997997
stream << "(sr::get_valid_array_size) consider reducing "
998998
"max-nondet-string-length so "

0 commit comments

Comments
 (0)