mirror of
https://github.com/darlinghq/darling-libkqueue.git
synced 2024-11-23 03:39:51 +00:00
Remove extra print statement from test_kevent_user_oneshot()
git-svn-id: svn://svn.code.sf.net/p/libkqueue/code/trunk@650 fb4e3144-bc1c-4b72-a658-5bcd248dd7f7
This commit is contained in:
parent
66b64819d5
commit
96faa0057a
@ -100,8 +100,6 @@ test_kevent_user_oneshot(struct test_context *ctx)
|
||||
test_no_kevents(ctx->kqfd);
|
||||
|
||||
kevent_add(ctx->kqfd, &kev, 2, EVFILT_USER, EV_ADD | EV_ONESHOT, 0, 0, NULL);
|
||||
|
||||
puts(" -- event 1");
|
||||
kevent_add(ctx->kqfd, &kev, 2, EVFILT_USER, 0, NOTE_TRIGGER, 0, NULL);
|
||||
|
||||
kev.flags = EV_ONESHOT;
|
||||
|
Loading…
Reference in New Issue
Block a user