Skip to content

Commit 7a2a985

Browse files
committed
fixup scope_exit test error
1 parent 0edd281 commit 7a2a985

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

tests/scope_exit.test.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#define CATCH_CONFIG_MAIN
1010
#include <catch2/catch_all.hpp>
1111

12+
using namespace beman::scope;
1213

1314
TEST_CASE("scope_exit runs handler on normal scope exit", "[scope_exit]") {
1415
bool cleanup_ran = false;

tests/scope_fail.test.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111

1212
using namespace beman::scope;
1313

14-
1514
TEST_CASE("scope_fail runs handler on exception", "[scope_fail]") {
1615
bool triggered = false;
1716

0 commit comments

Comments
 (0)