mirror of
https://github.com/catchorg/Catch2.git
synced 2025-09-18 02:45:40 +02: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