Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
aiekick committed Oct 14, 2023
1 parent e89db97 commit a8cdc65
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 3rdparty/imgui
2 changes: 1 addition & 1 deletion ImGuiFileDialog
2 changes: 1 addition & 1 deletion tests/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ int main(int argc, char** argv) {
return Test_ImGuiFileDialog(argv[1]) ? 0 : 1;
}

return Test_ImGuiFileDialog("Test_IGFD_Utils_ReplaceString_3") ? 0 : 1;
return Test_ImGuiFileDialog("Test_IGFD_FileManager_Filtering_insensitive_case_1") ? 0 : 1;

return 0;
}

0 comments on commit a8cdc65

Please sign in to comment.