Skip to content

Commit 2fd7ecd

Browse files
author
Aidan Belton
committed
Clang-format
1 parent 27c27a3 commit 2fd7ecd

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

sycl/unittests/allowlist/ParseAllowList.cpp

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -164,12 +164,10 @@ TEST(ParseAllowListTests, CheckAllValidBackendNameValuesAreProcessed) {
164164
}
165165
sycl::detail::AllowListParsedT ActualValue =
166166
sycl::detail::parseAllowList(AllowList);
167-
sycl::detail::AllowListParsedT ExpectedValue{{{"BackendName", "host"}},
168-
{{"BackendName", "opencl"}},
169-
{{"BackendName", "level_zero"}},
170-
{{"BackendName", "cuda"}},
171-
{{"BackendName", "rocm"}},
172-
{{"BackendName", "*"}}};
167+
sycl::detail::AllowListParsedT ExpectedValue{
168+
{{"BackendName", "host"}}, {{"BackendName", "opencl"}},
169+
{{"BackendName", "level_zero"}}, {{"BackendName", "cuda"}},
170+
{{"BackendName", "rocm"}}, {{"BackendName", "*"}}};
173171
EXPECT_EQ(ExpectedValue, ActualValue);
174172
}
175173

0 commit comments

Comments
 (0)