Revision: 16617
Author:   [email protected]
Date:     Tue Sep 10 13:39:53 2013 UTC
Log:      Fix clang C++11 compiler warning.

[email protected]

Review URL: https://codereview.chromium.org/23658034
http://code.google.com/p/v8/source/detail?r=16617

Modified:
 /branches/bleeding_edge/test/cctest/test-random-number-generator.cc

=======================================
--- /branches/bleeding_edge/test/cctest/test-random-number-generator.cc Tue Sep 10 11:13:55 2013 UTC +++ /branches/bleeding_edge/test/cctest/test-random-number-generator.cc Tue Sep 10 13:39:53 2013 UTC
@@ -35,7 +35,7 @@

 static const int kMaxRuns = 12345;
 static const int kRandomSeeds[] = {
-  -1, 1, 42, 100, 1234567890, 987654321, 0xdeadbeef
+  -1, 1, 42, 100, 1234567890, 987654321
 };


--
--
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/groups/opt_out.

Reply via email to