From 03df7e79c1c2c35d3f733257d1c96d1cf78308e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Thu, 30 Apr 2015 14:26:00 +0200 Subject: [PATCH] test: fix C++ style comment --- test/test-spawn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test-spawn.c b/test/test-spawn.c index 45143dcf..d01862ab 100644 --- a/test/test-spawn.c +++ b/test/test-spawn.c @@ -1197,7 +1197,7 @@ TEST_IMPL(environment_creation) { return 0; } -// Regression test for issue #909 +/* Regression test for issue #909 */ TEST_IMPL(spawn_with_an_odd_path) { int r;