From 77b91ff98e052afc60e6fc9059f0208eeaff8f50 Mon Sep 17 00:00:00 2001 From: Michele Caini Date: Wed, 30 Aug 2023 10:50:05 +0200 Subject: [PATCH] test: I removed a bit too much stuff with the last commit :) --- test/uvw/handle.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/uvw/handle.cpp b/test/uvw/handle.cpp index 1a34e6ed..4ceb1aaa 100644 --- a/test/uvw/handle.cpp +++ b/test/uvw/handle.cpp @@ -8,6 +8,10 @@ struct fake_handle_t { struct fake_handle: uvw::handle { using handle::handle; + + int init() { + return 1; + } }; TEST(Handle, Functionalities) {