Skip to content

Commit d30d2a5

Browse files
committed
Format changes
1 parent fbbbd8e commit d30d2a5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

sycl/test-e2e/format.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,10 +174,12 @@ def execute(self, test, litConfig):
174174
(backend, _) = sycl_device.split(":")
175175
triples.add(get_triple(test, backend))
176176

177-
if "build-and-run-mode" in test.requires and test.config.fallback_build_run_only:
177+
if (
178+
"build-and-run-mode" in test.requires
179+
and test.config.fallback_build_run_only
180+
):
178181
ignore_line_filtering = True
179182

180-
181183
substitutions = lit.TestRunner.getDefaultSubstitutions(test, tmpDir, tmpBase)
182184
substitutions.append(("%{sycl_triple}", format(",".join(triples))))
183185
# -fsycl-targets is needed for CUDA/HIP, so just use it be default so

0 commit comments

Comments
 (0)