Skip to content

Commit 51ad109

Browse files
committed
Fix Windows UT
1 parent 5a05def commit 51ad109

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devapi/tests/session-t.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4130,7 +4130,7 @@ TEST_F(Sess, tls_ver_deprecate)
41304130

41314131
struct TEST_CASES
41324132
{
4133-
const std::string& tls_versions;
4133+
std::string tls_versions;
41344134
bool succeed;
41354135
};
41364136

0 commit comments

Comments
 (0)