FIXTURE            50 test/test-fs-poll.c   ASSERT((fp = fopen(FIXTURE, "w+")));
FIXTURE            70 test/test-fs-poll.c   touch_file(FIXTURE);
FIXTURE            93 test/test-fs-poll.c     touch_file(FIXTURE);
FIXTURE           114 test/test-fs-poll.c     remove(FIXTURE);
FIXTURE           133 test/test-fs-poll.c   remove(FIXTURE);
FIXTURE           137 test/test-fs-poll.c   ASSERT(0 == uv_fs_poll_start(&poll_handle, poll_cb, FIXTURE, 100));