Fix allocation callback test to start at 0
authorCharles Giessen <charles@lunarg.com>
Tue, 3 Jan 2023 23:11:13 +0000 (16:11 -0700)
committerCharles Giessen <46324611+charles-lunarg@users.noreply.github.com>
Mon, 9 Jan 2023 19:04:34 +0000 (12:04 -0700)
commita68ebff22ea8e7ec1843fc5db255cf69807a2aa9
tree63beaf77fa13845e35df0d385e15319b29c780b8
parent431f1af98a7ccfc03e98979629b55f50e18d6a10
Fix allocation callback test to start at 0

While working on the code, it is common to start the allocation tests at a fail_index
greater than zero, usually close to when the issue starts. This was accidentally
checked in, this commit fixes that mistake.
tests/loader_alloc_callback_tests.cpp