Changeset 736 for library/tests/unittest-cpp/TestRunner.cpp
- Timestamp:
- 11/24/09 17:26:50 (15 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
library/tests/unittest-cpp/TestRunner.cpp
r706 r736 5 5 #include "TimeHelpers.h" 6 6 #include "MemoryOutStream.h" 7 8 9 #include "../bdm/base/bdmbase.h" 7 10 8 11 #include <cstring> … … 67 70 } 68 71 72 void TestRunner::ClearEnvironment() const { 73 bdm::RV::clear_all(); 69 74 } 75 76 }