Internal Change

PiperOrigin-RevId: 251637952
Change-Id: I532201ec1ba16a4cae71c671ffe2bd34e13a5391
This commit is contained in:
Sandboxed API Team 2019-06-05 07:23:45 -07:00 committed by Copybara-Service
parent e09bda2628
commit 1b2b83676b

View File

@ -58,7 +58,7 @@ namespace {
class FileOpsTest : public testing::Test { class FileOpsTest : public testing::Test {
protected: protected:
static void SetUpTestCase() { static void SetUpTestSuite() {
ASSERT_THAT(chdir(GetTestTempPath().c_str()), Eq(0)); ASSERT_THAT(chdir(GetTestTempPath().c_str()), Eq(0));
} }
}; };