mirror of
https://github.com/catchorg/Catch2.git
synced 2025-05-25 22:19:25 +00:00
General cleanup
This commit is contained in:
parent
1a96175bb2
commit
9de729b515
11 changed files with 12 additions and 32 deletions
|
@ -168,4 +168,10 @@ namespace Catch {
|
|||
m_guardException = false;
|
||||
}
|
||||
|
||||
CopyableStream& ResultBuilder::m_stream() {
|
||||
static CopyableStream s;
|
||||
return s;
|
||||
}
|
||||
|
||||
|
||||
} // end namespace Catch
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue