Skip to content

Commit 9dac854

Browse files
committed
Remove trailing comma from known failures
1 parent 7353193 commit 9dac854

File tree

1 file changed

+1
-2
lines changed
  • unified-runtime/test/conformance/exp_graph

1 file changed

+1
-2
lines changed

unified-runtime/test/conformance/exp_graph/fixtures.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ struct urGraphSupportedExpTest : uur::urQueueTest {
1818
UUR_RETURN_ON_FATAL_FAILURE(urQueueTest::SetUp());
1919

2020
UUR_KNOWN_FAILURE_ON(uur::CUDA{}, uur::HIP{}, uur::NativeCPU{},
21-
uur::OpenCL{}, uur::LevelZero{},
22-
/* uur::LevelZeroV2{} */);
21+
uur::OpenCL{}, uur::LevelZero{});
2322
}
2423
};
2524

0 commit comments

Comments
 (0)