From 55bb546fab485c59f1e4d334f38e6acda1ec4285 Mon Sep 17 00:00:00 2001 From: Florent Lamiraux <florent@laas.fr> Date: Fri, 18 Oct 2019 13:48:58 +0200 Subject: [PATCH] Remove outdated comment. --- tests/signal-ptr.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/signal-ptr.cpp b/tests/signal-ptr.cpp index 959250f..dfe54c9 100644 --- a/tests/signal-ptr.cpp +++ b/tests/signal-ptr.cpp @@ -99,6 +99,5 @@ BOOST_AUTO_TEST_CASE (plug_signal_string) std::ostringstream os; inSig.get (os); std::string res (os.str ()); - // Note that a '\n' is added when passing through the signal BOOST_CHECK (res == str); } -- GitLab