test: use c-style comments

Fixes a compilation problem on OS X caused by the use of c++-style
comments in test-osx-select.c.
This commit is contained in:
Bert Belder 2013-05-29 18:32:25 +03:00
parent e0bdb3dbc9
commit 081f7018ec

View File

@ -62,7 +62,7 @@ TEST_IMPL(osx_select) {
uv_read_start((uv_stream_t*) &tty, alloc_cb, read_cb);
// Emulate user-input
/* Emulate user-input */
str = "got some input\n"
"with a couple of lines\n"
"feel pretty happy\n";