"docs/reference/matchers.md" did not exist on "26dadc2241b1d67e0cd3690f8ef90cd1e4294d03"
Commit a86777ed authored by Gaspard Petit's avatar Gaspard Petit
Browse files

Fix for undefined symbol: testing::internal::Random::kMaxRange

parent 548b13dc
......@@ -372,6 +372,8 @@ GTEST_DEFINE_string_(
namespace testing {
namespace internal {
const uint32_t Random::kMaxRange;
// Generates a random number from [0, range), using a Linear
// Congruential Generator (LCG). Crashes if 'range' is 0 or greater
// than kMaxRange.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment