mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-28 07:47:03 -05:00
fix: Build issue due to imgui test engine test
This commit is contained in:
@@ -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
|
||||
};
|
||||
Reference in New Issue
Block a user