Skip to content

Commit 4b2deeb

Browse files
baderkeryell
andauthored
Update sycl/test/basic_tests/image.cpp
Co-authored-by: Ronan Keryell <[email protected]>
1 parent e4cb5f6 commit 4b2deeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/test/basic_tests/image.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ int main() {
8383
TestQueue Q{sycl::default_selector()};
8484
Q.submit([&](sycl::handler &CGH) {
8585
auto ImgAcc = Img.get_access<sycl::float4, SYCLRead>(CGH);
86-
CGH.single_task<class ConstTestPitch>([=]() { ImgAcc.get_range(); });
86+
CGH.single_task<class ConstTestPitch>([=] { ImgAcc.get_range(); });
8787
});
8888
}
8989

0 commit comments

Comments
 (0)