Skip to content

Commit c5f5710

Browse files
rzvncjJenkins-dev
authored andcommitted
Remove test looking at out-of-bounds multi_names[multi_names.size()]
Signed-off-by: Razvan Cojocaru <razvan.cojocaru@openvpn.com>
1 parent b1fa247 commit c5f5710

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/unittests/test_wstring.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,5 +77,4 @@ TEST_F(WStringTest, MultiSzFromVector)
7777
EXPECT_TRUE(std::memcmp(jojo_ptr, wide_jojo.c_str(), raw_jojo.size()) == 0);
7878
EXPECT_TRUE(std::memcmp(lev_ptr, wide_lev.c_str(), raw_lev.size()) == 0);
7979
EXPECT_TRUE(std::memcmp(shigeru_ptr, wide_shigeru.c_str(), raw_shigeru.size()) == 0);
80-
EXPECT_EQ(multi_names[multi_names.size()], L'\0');
8180
}

0 commit comments

Comments
 (0)