This commit is contained in:
Aleksandr 2021-09-06 17:40:40 +03:00
Родитель bfab291e4c
Коммит f85b336f2f
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -52,7 +52,7 @@
- (void) testGenerateLiveReportWithThread {
NSError *error;
NSData *reportData;
plcrash_test_thread_t *thr;
plcrash_test_thread_t thr;
/* Spawn a thread and generate a report for it */
plcrash_test_thread_spawn(&thr);