We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 192b29f commit 2de9f40Copy full SHA for 2de9f40
src/viam/sdk/tests/test_utils.hpp
@@ -23,8 +23,7 @@ BOOST_TEST_GLOBAL_FIXTURE(GlobalFixture);
23
24
// Buffer output filter to test console logging.
25
// 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.
+// so rather than using it as a test fixture we manually instantiate it and call release when done.
28
// https://stackoverflow.com/a/5405268
29
struct cout_redirect {
30
cout_redirect() : old(std::cout.rdbuf(os.rdbuf())) {}
0 commit comments