Skip to content

Commit 05b0b7c

Browse files
Akemisfan5
authored andcommitted
test/libmpv_lifetime: activate test on macOS
1 parent 8fc557c commit 05b0b7c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

test/libmpv_lifetime.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,6 @@ static inline void check_error_(int status, __typeof__(&mpv_error_string) error_
6363

6464
int main(void)
6565
{
66-
#ifdef __APPLE__
67-
// FIXME: Hangs after libplacebo initialization
68-
return 77;
69-
#endif
70-
7166
// Skip this test when run through a wrapper like Wine. It is well-tested on
7267
// different configurations. Meson does not set PATH and WINEPATH when
7368
// libmpv is not directly linked, and doing it manually would be annoying.

0 commit comments

Comments
 (0)