diff options
Diffstat (limited to 'o3d/command_buffer/client/cross/id_allocator_test.cc')
-rw-r--r-- | o3d/command_buffer/client/cross/id_allocator_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/o3d/command_buffer/client/cross/id_allocator_test.cc b/o3d/command_buffer/client/cross/id_allocator_test.cc index 3cc2674..96ba097 100644 --- a/o3d/command_buffer/client/cross/id_allocator_test.cc +++ b/o3d/command_buffer/client/cross/id_allocator_test.cc @@ -82,7 +82,7 @@ TEST_F(IdAllocatorTest, TestAdvanced) { IdAllocator *allocator = id_allocator(); // Allocate a significant number of resources. - const int kNumResources = 100; + const unsigned int kNumResources = 100; ResourceID ids[kNumResources]; for (int i = 0; i < kNumResources; ++i) { ids[i] = allocator->AllocateID(); |