Skip to content

Commit 55bb546

Browse files
Remove outdated comment.
1 parent 3a13c19 commit 55bb546

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/signal-ptr.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,5 @@ BOOST_AUTO_TEST_CASE (plug_signal_string)
9999
std::ostringstream os;
100100
inSig.get (os);
101101
std::string res (os.str ());
102-
// Note that a '\n' is added when passing through the signal
103102
BOOST_CHECK (res == str);
104103
}

0 commit comments

Comments
 (0)