mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-05 08:31:51 +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
Notes:
sideshowbarker
2024-07-17 03:27:40 +09:00
Author: https://github.com/awesomekling
Commit: 12c73915dc
Pull-request: https://github.com/SerenityOS/serenity/pull/18521
Reviewed-by: https://github.com/trflynn89 ✅
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