From 6f418cdacc6536f0d611a843c891e55afa5e4b32 Mon Sep 17 00:00:00 2001 From: FondMemoryVVV Date: Fri, 16 Sep 2022 16:02:37 +0800 Subject: [PATCH] Modify the format Signed-off-by: FondMemoryVVV --- commonlibrary/toolchain/libc-test/src/toolchaintest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commonlibrary/toolchain/libc-test/src/toolchaintest.cpp b/commonlibrary/toolchain/libc-test/src/toolchaintest.cpp index abbc43adf..a88b6aa0b 100644 --- a/commonlibrary/toolchain/libc-test/src/toolchaintest.cpp +++ b/commonlibrary/toolchain/libc-test/src/toolchaintest.cpp @@ -137,5 +137,5 @@ HWTEST_P(toolchaintest, LibcTest, Function | MediumTest | Level3) EXPECT_EQ(-1, ret) << "test " << testName << " failed" << endl; } } -INSTANTIATE_TEST_CASE_P(libcTest, toolchaintest, testing::ValuesIn(temp.begin(), temp.end())); +INSTANTIATE_TEST_SUITE_P(libcTest, toolchaintest, testing::ValuesIn(temp.begin(), temp.end())); } // namespace OHOS \ No newline at end of file -- GitLab