Skip to content

Commit 2811890

Browse files
committed
Fix formatting
1 parent b8b1b1e commit 2811890

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

sycl/test-e2e/format.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -157,10 +157,7 @@ def execute(self, test, litConfig):
157157
devices_for_test = []
158158
triples = set()
159159
if test.config.test_mode == "build-only":
160-
if (
161-
"build-and-run-mode" in test.requires
162-
or "true" in test.unsupported
163-
):
160+
if "build-and-run-mode" in test.requires or "true" in test.unsupported:
164161
return lit.Test.Result(
165162
lit.Test.UNSUPPORTED, "Test unsupported for this environment"
166163
)

0 commit comments

Comments
 (0)