Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
uditagarwal97 committed Jan 24, 2024
1 parent edf4094 commit df2226f
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions sycl/unittests/allowlist/ParseAllowList.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -169,14 +169,10 @@ TEST(ParseAllowListTests, CheckAllValidBackendNameValuesAreProcessed) {
sycl::detail::AllowListParsedT ActualValue =
sycl::detail::parseAllowList(AllowList);
sycl::detail::AllowListParsedT ExpectedValue{
{{"BackendName", "host"}},
{{"BackendName", "opencl"}},
{{"BackendName", "level_zero"}},
{{"BackendName", "cuda"}},
{{"BackendName", "hip"}},
{{"BackendName", "esimd_emulator"}},
{{"BackendName", "native_cpu"}},
{{"BackendName", "*"}}};
{{"BackendName", "host"}}, {{"BackendName", "opencl"}},
{{"BackendName", "level_zero"}}, {{"BackendName", "cuda"}},
{{"BackendName", "hip"}}, {{"BackendName", "esimd_emulator"}},
{{"BackendName", "native_cpu"}}, {{"BackendName", "*"}}};
EXPECT_EQ(ExpectedValue, ActualValue);
}

Expand Down

0 comments on commit df2226f

Please sign in to comment.