Browse Source

Style

cl-refactor
Dimitry 9 years ago
parent
commit
acde849ce9
  1. 2
      test/boostTest.cpp

2
test/boostTest.cpp

@ -41,7 +41,7 @@ test_suite* init_func( int argc, char* argv[] )
{
//Required for boost. -nowarning
(void) argc;
(void) argv[0];
(void) argv;
//restore output for creating test
std::cout.rdbuf(oldCoutStreamBuf);

Loading…
Cancel
Save