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:
parent
e0bdb3dbc9
commit
081f7018ec
@ -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";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user