Fix multithreaded test
This commit is contained in:
parent
d4f02b5e67
commit
a6dcbb1f1c
@ -92,7 +92,7 @@ int main()
|
||||
return EXIT_FAILURE;
|
||||
}
|
||||
|
||||
if (chai.eval<size_t>("getid(" + ss.str() + ")") != i)
|
||||
if (chai.eval<int>("getid(" + ss.str() + ")") != static_cast<int>(i))
|
||||
{
|
||||
return EXIT_FAILURE;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user