Generated build 13

This commit is contained in:
Phil Nash
2013-01-16 09:44:43 +00:00
parent 0a87795535
commit 2e7d966b76
4 changed files with 528 additions and 396 deletions

View File

@@ -257,7 +257,6 @@ namespace Catch
Option<TestCaseInfo> unusedTestCaseInfo;
Ptr<ThreadedSectionInfo> unusedSectionInfo;
Ptr<ThreadedSectionInfo> currentSectionInfo;
bool currentSectionOpen;
std::ostream& stream;
};
@@ -341,7 +340,6 @@ namespace Catch
// Option<TestCaseInfo> unusedTestCaseInfo;
// Ptr<ThreadedSectionInfo> unusedSectionInfo;
// Ptr<ThreadedSectionInfo> currentSectionInfo;
// bool currentSectionOpen;
// Ptr<TestGroupNode> testGroupNode;
Option<TestGroupNode> testGroupNode;
std::ostream& stream;

View File

@@ -13,7 +13,7 @@
namespace Catch {
// These numbers are maintained by a script
Version libraryVersion( 0, 9, 12, "integration" );
Version libraryVersion( 0, 9, 13, "integration" );
}
#endif // TWOBLUECUBES_CATCH_VERSION_HPP_INCLUDED