提交 6ad7747b 编写于 作者: F FondMemoryVVV

Modify the format

Signed-off-by: NFondMemoryVVV <mashuai53@huawei.com>
上级 8a51b19b
......@@ -30,12 +30,10 @@
#include "gtest/gtest.h"
#include "runtest.h"
using namespace std;
using namespace testing::ext;
using namespace testing;
namespace OHOS {
class toolchaintest : public ::testing::TestWithParam<string> {};
static string filepath = "/data/local/tmp/libc-test/src";
......@@ -133,4 +131,4 @@ HWTEST_P(toolchaintest, LibcTest, Function | MediumTest | Level3)
}
}
INSTANTIATE_TEST_CASE_P(libcTest, toolchaintest, testing::ValuesIn(temp.begin(), temp.end()));
}// namespace OHOS
\ No newline at end of file
} // namespace OHOS
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册