Remove unnecessary comment in test_utils
This commit is contained in:
parent
baf90e00e9
commit
6e820b70a3
1 changed files with 0 additions and 1 deletions
|
@ -61,7 +61,6 @@ TEST(TestUtils, valid_symbol_lambda) {
|
||||||
Testing symbol resolution for std::function object created from std::bind.
|
Testing symbol resolution for std::function object created from std::bind.
|
||||||
*/
|
*/
|
||||||
TEST(TestUtils, valid_symbol_bind) {
|
TEST(TestUtils, valid_symbol_bind) {
|
||||||
// Bind (to member function)
|
|
||||||
SomeClassWithCallback scwc;
|
SomeClassWithCallback scwc;
|
||||||
std::function<void(int, std::string)> fscwc = std::bind(
|
std::function<void(int, std::string)> fscwc = std::bind(
|
||||||
&SomeClassWithCallback::my_callback,
|
&SomeClassWithCallback::my_callback,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue