From 081f7018ecc1c66a76f76c4b5cacb327820674b9 Mon Sep 17 00:00:00 2001 From: Bert Belder Date: Wed, 29 May 2013 18:32:25 +0300 Subject: [PATCH] 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. --- test/test-osx-select.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test-osx-select.c b/test/test-osx-select.c index 5c2cbd4d..bf4c3952 100644 --- a/test/test-osx-select.c +++ b/test/test-osx-select.c @@ -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";