test: add win32 tmq case test

This commit is contained in:
afwerar 2022-06-11 17:37:35 +08:00
parent fc489882eb
commit 02f908a9a2
1 changed files with 0 additions and 2 deletions

View File

@ -634,9 +634,7 @@ int32_t getConsumeInfo() {
return 0;
}
LONG WINAPI exceptionHandler(LPEXCEPTION_POINTERS exception);
int main(int32_t argc, char* argv[]) {
SetUnhandledExceptionFilter(exceptionHandler);
parseArgument(argc, argv);
getConsumeInfo();
saveConfigToLogFile();