mirror of
https://github.com/Ascend/ascend-docker-runtime.git
synced 2025-10-11 11:20:03 +08:00
Match-id-69948825c312d1fb74e2e9658afb547da4da2769
This commit is contained in:
@@ -696,9 +696,11 @@ int Process(int argc, char **argv)
|
||||
}
|
||||
|
||||
#ifdef gtest
|
||||
int _main(int argc, char **argv) {
|
||||
int _main(int argc, char **argv)
|
||||
{
|
||||
#else
|
||||
int main(int argc, char **argv) {
|
||||
int main(int argc, char **argv)
|
||||
{
|
||||
#endif
|
||||
int ret = Process(argc, argv);
|
||||
return ret;
|
||||
|
@@ -120,8 +120,7 @@ int Stub_SetupDriverCgroup_Fail(FILE *cgroupAllow)
|
||||
return 0;
|
||||
}
|
||||
|
||||
class Test_Fhho : public Test
|
||||
{
|
||||
class Test_Fhho : public Test {
|
||||
protected:
|
||||
static void SetUpTestCase()
|
||||
{
|
||||
|
Reference in New Issue
Block a user