Index: tests/UtilsTest.cpp |
diff --git a/tests/UtilsTest.cpp b/tests/UtilsTest.cpp |
index 33d5c97112d6950ccf85e3a6626682a1f94595dc..cb0668ed09340d227eb67639b5bac5eaf32967d1 100644 |
--- a/tests/UtilsTest.cpp |
+++ b/tests/UtilsTest.cpp |
@@ -123,7 +123,7 @@ static void test_autostarray(skiatest::Reporter* reporter) { |
static void test_search(skiatest::Reporter* reporter) { |
int i, array[kSEARCH_COUNT]; |
- SkMWCRandom rand; |
+ SkRandom rand; |
for (i = 0; i < kSEARCH_COUNT; i++) { |
array[i] = rand.nextS(); |