fix: Build issue due to imgui test engine test

This commit is contained in:
WerWolv
2025-06-29 17:42:13 +02:00
parent df58afe1a1
commit af70234519

View File

@@ -39,9 +39,4 @@ 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
};