This website works better with JavaScript.
Home
Explore
Help
Sign In
visus
/
scope-guard
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Build fix.
main
offa
7 years ago
parent
fbda273ccc
commit
3a00a3063d
1 changed files
with
1 additions
and
0 deletions
Unified View
Show Diff Stats
+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]")
{
{
Write
Preview
Loading…
Cancel
Save