diff --git a/sandboxed_api/sandbox2/util/fileops_test.cc b/sandboxed_api/sandbox2/util/fileops_test.cc index 0c741a7..e2030fb 100644 --- a/sandboxed_api/sandbox2/util/fileops_test.cc +++ b/sandboxed_api/sandbox2/util/fileops_test.cc @@ -58,7 +58,7 @@ namespace { class FileOpsTest : public testing::Test { protected: - static void SetUpTestCase() { + static void SetUpTestSuite() { ASSERT_THAT(chdir(GetTestTempPath().c_str()), Eq(0)); } };