build: Fix MSVC builds

This commit is contained in:
WerWolv
2025-05-30 11:25:15 +02:00
parent d8f0120698
commit 78b3d3d001
9 changed files with 35 additions and 24 deletions

View File

@@ -39,4 +39,9 @@ TEST_SEQUENCE("Providers/InvalidResize") {
TEST_ASSERT(!pr.resize(-1));
TEST_SUCCESS();
};
IMGUI_TEST_SEQUENCE("Category", "Name", ctx) {
ctx->ItemClick("//Find###hex.builtin.view.find.name/Search");
ctx->Yield(); // Takes one frame
};