Commit 7bb32008 authored by bmeurer@chromium.org's avatar bmeurer@chromium.org

Fix clang C++11 compiler warning.

TBR=svenpanne@chromium.org

Review URL: https://codereview.chromium.org/23658034

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@16617 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 3483c257
......@@ -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
};
......
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