mirror of
https://github.com/ArashPartow/exprtk.git
synced 2025-06-12 16:27:23 +00:00
C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html
This commit is contained in:
@ -5903,7 +5903,7 @@ inline bool run_test19()
|
||||
T(2122700580)
|
||||
};
|
||||
|
||||
bool failure = true;
|
||||
bool failure = false;
|
||||
|
||||
for (std::size_t i = 0; i < expr_str_list_size; ++i)
|
||||
{
|
||||
@ -5934,7 +5934,7 @@ inline bool run_test19()
|
||||
}
|
||||
}
|
||||
|
||||
if (!failure)
|
||||
if (failure)
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user