Skip to content

Commit 3ba307a

Browse files
Minor edit
1 parent 1fc495a commit 3ba307a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sycl/unittests/program_manager/DynamicLinking/DynamicLinking.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -416,8 +416,8 @@ void runSpecConstChecksUnlinked(
416416
10);
417417
EXPECT_EQ(KernelBundle.template get_specialization_constant<SpecConst2>(),
418418
20);
419-
// Kernel bundles store spec constant values even if they're not part of any
420-
// images, check image spec const blobs.
419+
// Kernel bundles store spec constant values even if they're not part of any
420+
// images, check image spec const blobs.
421421
std::shared_ptr<sycl::detail::device_image_impl> ImgA =
422422
getImage(KernelBundle,
423423
sycl::get_kernel_id<DynamicLinkingTest::MutualDepKernelA>());

0 commit comments

Comments
 (0)