Browse Source

Cleanup.

main
offa 7 years ago
parent
commit
dddb1db13d
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      test/ScopeExitTest.cpp

+ 0
- 2
test/ScopeExitTest.cpp View File

NotNothrowMoveMock(const NotNothrowMoveMock& other) : m_mock(other.m_mock) { } NotNothrowMoveMock(const NotNothrowMoveMock& other) : m_mock(other.m_mock) { }
NotNothrowMoveMock(NotNothrowMoveMock&& other) noexcept(false) : m_mock(other.m_mock) { } NotNothrowMoveMock(NotNothrowMoveMock&& other) noexcept(false) : m_mock(other.m_mock) { }


MAKE_CONST_MOCK0(deleter, void());

void operator()() const void operator()() const
{ {
m_mock->deleter(); m_mock->deleter();

Loading…
Cancel
Save