mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-22 21:36:11 +01:00
Generated build 13
This commit is contained in:
parent
0a87795535
commit
2e7d966b76
2
README
2
README
@ -1,4 +1,4 @@
|
|||||||
CATCH v0.9 build 12 (integration branch)
|
CATCH v0.9 build 13 (integration branch)
|
||||||
---------------------------------------------
|
---------------------------------------------
|
||||||
|
|
||||||
CATCH is an automated test framework for C, C++ and Objective-C.
|
CATCH is an automated test framework for C, C++ and Objective-C.
|
||||||
|
@ -257,7 +257,6 @@ namespace Catch
|
|||||||
Option<TestCaseInfo> unusedTestCaseInfo;
|
Option<TestCaseInfo> unusedTestCaseInfo;
|
||||||
Ptr<ThreadedSectionInfo> unusedSectionInfo;
|
Ptr<ThreadedSectionInfo> unusedSectionInfo;
|
||||||
Ptr<ThreadedSectionInfo> currentSectionInfo;
|
Ptr<ThreadedSectionInfo> currentSectionInfo;
|
||||||
bool currentSectionOpen;
|
|
||||||
std::ostream& stream;
|
std::ostream& stream;
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -341,7 +340,6 @@ namespace Catch
|
|||||||
// Option<TestCaseInfo> unusedTestCaseInfo;
|
// Option<TestCaseInfo> unusedTestCaseInfo;
|
||||||
// Ptr<ThreadedSectionInfo> unusedSectionInfo;
|
// Ptr<ThreadedSectionInfo> unusedSectionInfo;
|
||||||
// Ptr<ThreadedSectionInfo> currentSectionInfo;
|
// Ptr<ThreadedSectionInfo> currentSectionInfo;
|
||||||
// bool currentSectionOpen;
|
|
||||||
// Ptr<TestGroupNode> testGroupNode;
|
// Ptr<TestGroupNode> testGroupNode;
|
||||||
Option<TestGroupNode> testGroupNode;
|
Option<TestGroupNode> testGroupNode;
|
||||||
std::ostream& stream;
|
std::ostream& stream;
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
namespace Catch {
|
namespace Catch {
|
||||||
|
|
||||||
// These numbers are maintained by a script
|
// 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
|
#endif // TWOBLUECUBES_CATCH_VERSION_HPP_INCLUDED
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user