mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-11-03 21:49:32 +01:00 
			
		
		
		
	Tiny cleanups in tracking
This commit is contained in:
		@@ -156,7 +156,7 @@ namespace Catch {
 | 
			
		||||
                m_generator = std::move( generator );
 | 
			
		||||
            }
 | 
			
		||||
        };
 | 
			
		||||
        GeneratorTracker::~GeneratorTracker() {}
 | 
			
		||||
        GeneratorTracker::~GeneratorTracker() = default;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    RunContext::RunContext(IConfig const* _config, IStreamingReporterPtr&& reporter)
 | 
			
		||||
 
 | 
			
		||||
@@ -244,10 +244,6 @@ namespace TestCaseTracking {
 | 
			
		||||
 | 
			
		||||
} // namespace TestCaseTracking
 | 
			
		||||
 | 
			
		||||
using TestCaseTracking::ITracker;
 | 
			
		||||
using TestCaseTracking::TrackerContext;
 | 
			
		||||
using TestCaseTracking::SectionTracker;
 | 
			
		||||
 | 
			
		||||
} // namespace Catch
 | 
			
		||||
 | 
			
		||||
#if defined(__clang__)
 | 
			
		||||
 
 | 
			
		||||
@@ -32,7 +32,7 @@ namespace TestCaseTracking {
 | 
			
		||||
 | 
			
		||||
    using ITrackerPtr = Catch::Detail::unique_ptr<ITracker>;
 | 
			
		||||
 | 
			
		||||
    class  ITracker {
 | 
			
		||||
    class ITracker {
 | 
			
		||||
        NameAndLocation m_nameAndLocation;
 | 
			
		||||
 | 
			
		||||
        using Children = std::vector<ITrackerPtr>;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user