Skip to content

Commit a1fd0d9

Browse files
committed
Fix test name typo
1 parent 4b1d1ce commit a1fd0d9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

unified-runtime/test/conformance/exp_graph/urQueueBeginCaptureIntoGraphExp.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ TEST_P(urQueueBeginCaptureIntoGraphExpTest, InvalidNullHandleGraph) {
2424
urQueueBeginCaptureIntoGraphExp(queue, nullptr));
2525
}
2626

27-
using urQueueBeginCaptureIntoPupulatedGraphExpTest =
27+
using urQueueBeginCaptureIntoPopulatedGraphExpTest =
2828
uur::urGraphPopulatedExpTest;
2929

30-
UUR_INSTANTIATE_DEVICE_TEST_SUITE(urQueueBeginCaptureIntoPupulatedGraphExpTest);
30+
UUR_INSTANTIATE_DEVICE_TEST_SUITE(urQueueBeginCaptureIntoPopulatedGraphExpTest);
3131

32-
TEST_P(urQueueBeginCaptureIntoPupulatedGraphExpTest, InvalidNonEmptyGraph) {
32+
TEST_P(urQueueBeginCaptureIntoPopulatedGraphExpTest, InvalidNonEmptyGraph) {
3333
ASSERT_EQ(urQueueBeginCaptureIntoGraphExp(queue, graph),
3434
UR_RESULT_ERROR_INVALID_ARGUMENT);
3535
}

0 commit comments

Comments
 (0)