Ensure the test order is consistent.

This commit is contained in:
2019-09-15 13:12:00 +02:00
parent ab91276fca
commit 4f1ddec002

View File

@@ -15,6 +15,9 @@ std::vector<std::string> get_samples() {
}
}
// Ensure a consistent order.
std::sort(samples.begin(), samples.end());
return samples;
}