Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(423)

Unified Diff: test/cctest/test-random-number-generator.cc

Issue 23658034: Fix clang C++11 compiler warning. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/test-random-number-generator.cc
diff --git a/test/cctest/test-random-number-generator.cc b/test/cctest/test-random-number-generator.cc
index d9fadfacb8fa1bd3e26e8b9ed9aed93dd7920fc3..93f3257003e55b3b3633fcce33abdb823cc07f9e 100644
--- a/test/cctest/test-random-number-generator.cc
+++ b/test/cctest/test-random-number-generator.cc
@@ -35,7 +35,7 @@ using namespace v8::internal;
static const int kMaxRuns = 12345;
static const int kRandomSeeds[] = {
- -1, 1, 42, 100, 1234567890, 987654321, 0xdeadbeef
+ -1, 1, 42, 100, 1234567890, 987654321
};
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698