Change the random seed for the corpus specs

This commit is contained in:
Max Brunsfeld 2015-12-08 17:29:32 -08:00
parent 924ce8c1b3
commit 7d066ff632

View file

@ -97,7 +97,7 @@ describe("Languages", [&]() {
ts_document_parse(doc);
});
srand(0);
srand(2);
for (int i = 0; i < 5; i++) {
size_t edit_position = rand() % entry.input.size();