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
This commit is contained in:
bmeurer@chromium.org 2013-09-10 13:39:53 +00:00
parent 3483c257d2
commit 7bb320087b

View File

@ -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
};