Reviewers: rossberg,

Description:
Reduce number of test values for RangeType test.

[email protected]
BUG=

Please review this at https://codereview.chromium.org/411873002/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files (+1, -1 lines):
  M test/cctest/test-types.cc


Index: test/cctest/test-types.cc
diff --git a/test/cctest/test-types.cc b/test/cctest/test-types.cc
index 5c6a0591ec66191361f74ef336f415d36d9868ba..a3e1b8d9614178de47960ce53b2c9f54680aad0f 100644
--- a/test/cctest/test-types.cc
+++ b/test/cctest/test-types.cc
@@ -155,7 +155,7 @@ class Types {
     doubles.push_back(+0.0);
     doubles.push_back(-std::numeric_limits<double>::infinity());
     doubles.push_back(+std::numeric_limits<double>::infinity());
-    for (int i = 0; i < 10; ++i) {
+    for (int i = 0; i < 5; ++i) {
       doubles.push_back(rng_->NextInt());
       doubles.push_back(rng_->NextDouble() * rng_->NextInt());
     }


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to