Skip to content

Commit 757b893

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 52240ce commit 757b893

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/beman/scope/scope.test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ TEST_CASE("Construct scope_success") {
3838
// beman::scope::scope_success guard_exit2 = [] {};
3939
// beman::scope::scope_success guard_exit3 = {[] {}};
4040

41-
auto guard_exit4 = beman::scope::scope_success([]() {});
41+
auto guard_exit4 = beman::scope::scope_success([]() {});
4242

4343
REQUIRE(true);
4444
}

0 commit comments

Comments
 (0)