mirror of
https://github.com/catchorg/Catch2.git
synced 2025-11-08 07:49:32 +01:00
Most of system now uses Ptr<IConfig const>
This commit is contained in:
@@ -141,7 +141,7 @@ namespace Catch {
|
||||
m_data.filters.push_back( filters );
|
||||
}
|
||||
|
||||
int getCutoff() const {
|
||||
int abortAfter() const {
|
||||
return m_data.cutoff;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user