Skip to content

Commit

Permalink
test: I removed a bit too much stuff with the last commit :)
Browse files Browse the repository at this point in the history
  • Loading branch information
skypjack committed Aug 30, 2023
1 parent dea293f commit 77b91ff
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/uvw/handle.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ struct fake_handle_t {

struct fake_handle: uvw::handle<fake_handle, fake_handle_t> {
using handle::handle;

int init() {
return 1;
}
};

TEST(Handle, Functionalities) {
Expand Down

0 comments on commit 77b91ff

Please sign in to comment.