mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 12:05:00 +00:00
Tests: Re-enable TestLibCoreFileWatcher on macOS
Now that cross-thread event posting is unbroken, this should work.
This commit is contained in:
parent
b61a87c03c
commit
12c73915dc
1 changed files with 0 additions and 3 deletions
|
@ -12,8 +12,6 @@
|
|||
#include <fcntl.h>
|
||||
#include <unistd.h>
|
||||
|
||||
// FIXME: Figure out why this breaks on macOS.
|
||||
#ifndef AK_OS_MACOS
|
||||
TEST_CASE(file_watcher_child_events)
|
||||
{
|
||||
auto event_loop = Core::EventLoop();
|
||||
|
@ -64,4 +62,3 @@ TEST_CASE(file_watcher_child_events)
|
|||
|
||||
event_loop.exec();
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue