Skip to content

Commit fae35db

Browse files
authored
[SYCL][NFC] Fix post-commit failure (#3839)
1 parent 58f3475 commit fae35db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/test/on-device/basic_tests/platform.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
2-
// RUN: env SYCL_DEVICE_FILTER=%sycl_be %t.out
2+
// RUN: env SYCL_DEVICE_FILTER=host,%sycl_be %t.out
33
//==--------------- platform.cpp - SYCL platform test ----------------------==//
44
//
55
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.

0 commit comments

Comments
 (0)