Skip to content

Commit db1f972

Browse files
committed
formatting fixed
1 parent 73a3557 commit db1f972

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sycl/test-e2e/lit.cfg.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -647,8 +647,8 @@ def open_check_file(file_name):
647647
env = copy.copy(llvm_config.config.environment)
648648
env["ONEAPI_DEVICE_SELECTOR"] = sycl_device
649649
env["ZES_ENABLE_SYSMAN"] = "1"
650-
# The reason for setting ZES_ENABLE_SYSMAN=1 is to ensure
651-
# that the "ext_intel_free_memory" aspect is displayed by sycl-ls --verbose
650+
# The reason for setting ZES_ENABLE_SYSMAN=1 is to ensure
651+
# that the "ext_intel_free_memory" aspect is displayed by sycl-ls --verbose.
652652
# Without this aspect, tests requiring it are skipped.
653653
if sycl_device.startswith("cuda:"):
654654
env["SYCL_PI_CUDA_ENABLE_IMAGE_SUPPORT"] = "1"

0 commit comments

Comments
 (0)