mirror of
https://github.com/bertptrs/adventofcode.git
synced 2025-12-25 21:00:31 +01:00
Ensure the test order is consistent.
This commit is contained in:
@@ -15,6 +15,9 @@ std::vector<std::string> get_samples() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Ensure a consistent order.
|
||||||
|
std::sort(samples.begin(), samples.end());
|
||||||
|
|
||||||
return samples;
|
return samples;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user