diff --git a/sycl/test-e2e/Adapters/level_zero/usm-capabilities.cpp b/sycl/test-e2e/Adapters/level_zero/usm-capabilities.cpp index dea18c8e3330d..39e508bbc510e 100644 --- a/sycl/test-e2e/Adapters/level_zero/usm-capabilities.cpp +++ b/sycl/test-e2e/Adapters/level_zero/usm-capabilities.cpp @@ -11,9 +11,9 @@ // CHECK: usm_host_allocations: 1 // CHECK: usm_device_allocations: 1 // CHECK: usm_shared_allocations: 1 -// CHECK: usm_system_allocations: 0 // CHECK: usm_atomic_host_allocations: 0 -// usm_atomic_shared_allocations is device and driver version dependent. +// usm_system_allocations and usm_atomic_shared_allocations are device and +// driver version dependent. using namespace sycl;