Skip to content

Commit b91297f

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 ba879e1 commit b91297f

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
@@ -16,7 +16,7 @@ TEST_CASE("Construct scope_exit") {
1616
// beman::scope::scope_exit guard_exit2 = [] {};
1717
// beman::scope::scope_exit guard_exit3 = {[] {}};
1818

19-
auto guard_exit4 = beman::scope::scope_exit([]() {});
19+
auto guard_exit4 = beman::scope::scope_exit([]() {});
2020

2121
REQUIRE(true);
2222
}

0 commit comments

Comments
 (0)