Skip to content

Commit 2de9f40

Browse files
committed
fix out of date comment
1 parent 192b29f commit 2de9f40

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/viam/sdk/tests/test_utils.hpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ BOOST_TEST_GLOBAL_FIXTURE(GlobalFixture);
2323

2424
// Buffer output filter to test console logging.
2525
// In practice this is a pain and makes it hard to inspect Boost.Test output,
26-
// so rather than using it as a test fixture we manually instantiate it in an optional.
27-
// Further log testing is done in the complex module example tests.
26+
// so rather than using it as a test fixture we manually instantiate it and call release when done.
2827
// https://stackoverflow.com/a/5405268
2928
struct cout_redirect {
3029
cout_redirect() : old(std::cout.rdbuf(os.rdbuf())) {}

0 commit comments

Comments
 (0)