summaryrefslogtreecommitdiff
path: root/tests/test_poll.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_poll.c')
-rw-r--r--tests/test_poll.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_poll.c b/tests/test_poll.c
index 06237aa..b3dfd50 100644
--- a/tests/test_poll.c
+++ b/tests/test_poll.c
@@ -9,6 +9,6 @@ int main(int argc, char** argv) {
9 poll(buffer, 14, 0); 9 poll(buffer, 14, 0);
10 CHK_FAIL_END 10 CHK_FAIL_END
11 11
12 puts(buffer); 12 puts((const char*)buffer);
13 return ret; 13 return ret;
14} 14}