Skip to content

Commit 27c27a3

Browse files
author
Aidan Belton
committed
Update unit test
1 parent f0312bb commit 27c27a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sycl/unittests/allowlist/ParseAllowList.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ TEST(ParseAllowListTests, CheckAllValidBackendNameValuesAreProcessed) {
168168
{{"BackendName", "opencl"}},
169169
{{"BackendName", "level_zero"}},
170170
{{"BackendName", "cuda"}},
171+
{{"BackendName", "rocm"}},
171172
{{"BackendName", "*"}}};
172173
EXPECT_EQ(ExpectedValue, ActualValue);
173174
}

0 commit comments

Comments
 (0)