mirror of
https://github.com/catchorg/Catch2.git
synced 2025-11-05 06:29:32 +01:00
Completed NoAssertions warning implementation
This commit is contained in:
@@ -149,10 +149,13 @@ namespace Catch {
|
||||
return m_data.allowThrows;
|
||||
}
|
||||
|
||||
const ConfigData& data() const {
|
||||
return m_data;
|
||||
}
|
||||
ConfigData& data() {
|
||||
return m_data;
|
||||
}
|
||||
|
||||
|
||||
private:
|
||||
ConfigData m_data;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user