| Index: test/cctest/test-api.cc
|
| diff --git a/test/cctest/test-api.cc b/test/cctest/test-api.cc
|
| index fc74a42d1e2d99d4637570a3b2be706808c4ac24..0e6d1282d6644ed70d539bec71fa8c222f351ded 100644
|
| --- a/test/cctest/test-api.cc
|
| +++ b/test/cctest/test-api.cc
|
| @@ -15148,7 +15148,7 @@ THREADED_TEST(PropertyEnumeration2) {
|
| v8::Handle<v8::Array> props = val.As<v8::Object>()->GetPropertyNames();
|
| CHECK_EQ(0, props->Length());
|
| for (uint32_t i = 0; i < props->Length(); i++) {
|
| - printf("p[%d]\n", i);
|
| + printf("p[%u]\n", i);
|
| }
|
| }
|
|
|
|
|