Merge pull request #1821 from mstorsjo/remove-srand
Remove a stray srand
This commit is contained in:
commit
67664f4dc0
@ -3463,7 +3463,6 @@ INSTANTIATE_TEST_CASE_P (EncodeDecodeTestAPIBase, EncodeTestAPI,
|
||||
::testing::ValuesIn (kOptionParamArray));
|
||||
|
||||
TEST_P (EncodeTestAPI, SetEncOptionSize) {
|
||||
srand(1002);
|
||||
EncodeOptionParam p = GetParam();
|
||||
FILE * pFile = NULL;
|
||||
if (p.sFileSave != NULL && strlen(p.sFileSave) > 0) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user