Skip to content

Commit 2d077b7

Browse files
committed
Fixed inaccurate test name
1 parent e992c2c commit 2d077b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/runtime_tests.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3286,7 +3286,7 @@ TEST_CASE("pointers in vector", "[system_tests]") {
32863286
REQUIRE(mem_track.double_del() == 0u);
32873287
}
32883288

3289-
TEST_CASE("observer from this", "[observer_from_this]") {
3289+
TEST_CASE("observer from this unique", "[observer_from_this]") {
32903290
memory_tracker mem_track;
32913291

32923292
{

0 commit comments

Comments
 (0)