mirror of
https://github.com/catchorg/Catch2.git
synced 2025-05-28 07:29:25 +00:00
Completed NoAssertions warning implementation
This commit is contained in:
parent
55764c8d47
commit
a70fbe3c1a
12 changed files with 668 additions and 513 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue