Skip to content

Commit babcb64

Browse files
committed
test
1 parent 55659f0 commit babcb64

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/core/unit_tests.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1865,6 +1865,7 @@ static void test_process()
18651865

18661866
static void test_filesystem()
18671867
{
1868+
memory_globals::init();
18681869
guid_globals::init();
18691870
{
18701871
TempAllocator256 ta;
@@ -1896,6 +1897,7 @@ static void test_filesystem()
18961897
ENSURE(dr.error == DeleteResult::SUCCESS);
18971898
}
18981899
guid_globals::shutdown();
1900+
memory_globals::shutdown();
18991901
}
19001902

19011903
static void test_file_monitor()

0 commit comments

Comments
 (0)