diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/socket/ssl_test_util.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/socket/ssl_test_util.cc b/net/socket/ssl_test_util.cc index a2874f5..b0fa20e 100644 --- a/net/socket/ssl_test_util.cc +++ b/net/socket/ssl_test_util.cc @@ -162,7 +162,7 @@ void AppendToPythonPath(const FilePath& dir) { void TestServerLauncher::SetPythonPath() { FilePath third_party_dir; - ASSERT_TRUE(PathService::Get(base::DIR_SOURCE_ROOT, &third_party_dir)); + CHECK(PathService::Get(base::DIR_SOURCE_ROOT, &third_party_dir)); third_party_dir = third_party_dir.Append(FILE_PATH_LITERAL("third_party")); AppendToPythonPath(third_party_dir.Append(FILE_PATH_LITERAL("tlslite"))); |