Skip to content

Commit dc547e1

Browse files
committed
Fix formatting
1 parent eb9ef39 commit dc547e1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

sycl/test-e2e/format.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -377,9 +377,7 @@ def get_extra_env(sycl_devices):
377377
return lit.Test.Result(lit.Test.UNSUPPORTED, "Lit script is empty")
378378

379379
# FIXME: will hang if trying to execute non-existant binary in our containers
380-
result = lit.TestRunner._runShTest(
381-
test, litConfig, False, script, tmpBase
382-
)
380+
result = lit.TestRunner._runShTest(test, litConfig, False, script, tmpBase)
383381

384382
# Single triple/device - might be an XFAIL.
385383
def map_result(features, code):

0 commit comments

Comments
 (0)