mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 21:05:56 -05:00
build: Fix MSVC builds
This commit is contained in:
@@ -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
|
||||
};
|
||||
Reference in New Issue
Block a user