Skip to content

Commit bc47ff6

Browse files
Showing GDG group
1 parent 9d20c02 commit bc47ff6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/shared_buffer_test.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,8 @@ TEST_CASE ( "Mutable shared buffer append",
260260
REQUIRE (sb == ta);
261261
}
262262

263+
264+
263265
SECTION ( "Append mutable shared buffer" ) {
264266
sb.append(ta);
265267
REQUIRE (sb == ta);

0 commit comments

Comments
 (0)