Skip to content

Commit 6aa6e18

Browse files
Update tests/unique_resource.test.cpp
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4fa5b20 commit 6aa6e18

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/unique_resource.test.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ TEST_CASE("Construct file unique_resource") {
2525
if (!file.get()) {
2626
return 1;
2727
}
28-
open_file_good = true;
29-
}
30-
3128

3229
REQUIRE(open_file_good == true);
3330
REQUIRE(cloes_file_good == true);

0 commit comments

Comments
 (0)