Browse Source

Build fix.

main
offa 7 years ago
parent
commit
3a00a3063d
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      test/ScopeGuardTest.cpp

+ 1
- 0
test/ScopeGuardTest.cpp View File

#include "scope_guard.h" #include "scope_guard.h"
#include <catch.hpp> #include <catch.hpp>


using namespace guards;


TEST_CASE("deleter called on destruction", "[ScopeGuard]") TEST_CASE("deleter called on destruction", "[ScopeGuard]")
{ {

Loading…
Cancel
Save