mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-22 13:26:10 +01:00
small cleanup of code
This commit is contained in:
parent
188b3e6511
commit
bdee512057
@ -9,7 +9,6 @@
|
|||||||
#define TWOBLUECUBES_CATCH_INTERFACES_TESTCASE_H_INCLUDED
|
#define TWOBLUECUBES_CATCH_INTERFACES_TESTCASE_H_INCLUDED
|
||||||
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <memory>
|
|
||||||
|
|
||||||
namespace Catch {
|
namespace Catch {
|
||||||
|
|
||||||
@ -20,8 +19,6 @@ namespace Catch {
|
|||||||
virtual ~ITestInvoker();
|
virtual ~ITestInvoker();
|
||||||
};
|
};
|
||||||
|
|
||||||
using ITestCasePtr = std::shared_ptr<ITestInvoker>;
|
|
||||||
|
|
||||||
class TestCase;
|
class TestCase;
|
||||||
struct IConfig;
|
struct IConfig;
|
||||||
|
|
||||||
|
@ -13,8 +13,6 @@
|
|||||||
|
|
||||||
namespace Catch {
|
namespace Catch {
|
||||||
|
|
||||||
class StringData;
|
|
||||||
|
|
||||||
/// A non-owning string class (similar to the forthcoming std::string_view)
|
/// A non-owning string class (similar to the forthcoming std::string_view)
|
||||||
/// Note that, because a StringRef may be a substring of another string,
|
/// Note that, because a StringRef may be a substring of another string,
|
||||||
/// it may not be null terminated. c_str() must return a null terminated
|
/// it may not be null terminated. c_str() must return a null terminated
|
||||||
|
Loading…
Reference in New Issue
Block a user