Skip to content

Commit 450e839

Browse files
Removing extraneous end
1 parent 3ebb369 commit 450e839

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/shared_buffer_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ TEST_CASE ( "Mutable shared buffer resize and clear",
224224
sb.clear();
225225
REQUIRE (sb.size() == 0);
226226
REQUIRE (sb.empty());
227-
} // end given
227+
}
228228
}
229229

230230
TEST_CASE ( "Mutable shared buffer swap",

0 commit comments

Comments
 (0)