mirror of
https://github.com/google/sandboxed-api.git
synced 2024-03-22 13:11:30 +08:00
Internal Change
PiperOrigin-RevId: 251637952 Change-Id: I532201ec1ba16a4cae71c671ffe2bd34e13a5391
This commit is contained in:
parent
e09bda2628
commit
1b2b83676b
|
@ -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));
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue
Block a user