diff --git a/test/test.cpp b/test/test.cpp index bcfccde4..fe1a4587 100644 --- a/test/test.cpp +++ b/test/test.cpp @@ -16,6 +16,7 @@ struct static_init_test_t static_init_test_t() { ZoneScoped; + ZoneTextF( "Static %s", "init test" ); new char[64*1024]; } };