Skip to content

Commit 1e29241

Browse files
Update tests/beman/scope/scope.test.cpp
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b91297f commit 1e29241

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/beman/scope/scope.test.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212

1313
TEST_CASE("Construct scope_exit") {
1414

15-
// beman::scope::scope_exit guard_exit1([]) {});
16-
// beman::scope::scope_exit guard_exit2 = [] {};
17-
// beman::scope::scope_exit guard_exit3 = {[] {}};
15+
// beman::scope::scope_exit guard_exit1([]) {});
16+
// beman::scope::scope_exit guard_exit2 = [] {};
17+
// beman::scope::scope_exit guard_exit3 = {[] {}};
1818

1919
auto guard_exit4 = beman::scope::scope_exit([]() {});
2020

0 commit comments

Comments
 (0)