diff options
Diffstat (limited to 'testing/unit_test_main.cpp')
-rw-r--r-- | testing/unit_test_main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/unit_test_main.cpp b/testing/unit_test_main.cpp index d8076abec6..f57ec3c555 100644 --- a/testing/unit_test_main.cpp +++ b/testing/unit_test_main.cpp @@ -9,7 +9,7 @@ // Can't use gtest-provided main since we need to initialize partition // alloc before invoking any test. int main(int argc, char** argv) { - FXMEM_InitalizePartitionAlloc(); + FXMEM_InitializePartitionAlloc(); testing::InitGoogleTest(&argc, argv); testing::InitGoogleMock(&argc, argv); return RUN_ALL_TESTS(); |