Skip to content

Commit 3e715f5

Browse files
v-klochkovbader
authored andcommitted
[SYCL] Enable LIT image.cpp
Signed-off-by: Vyacheslav N Klochkov <[email protected]>
1 parent 51a6204 commit 3e715f5

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

sycl/test/basic_tests/image.cpp

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
// RUN: %clangxx -fsycl %s -o %t.out
2-
// RUNx: env SYCL_DEVICE_TYPE=HOST %t.out
3-
// RUNx: %CPU_RUN_PLACEHOLDER %t.out
2+
// RUN: env SYCL_DEVICE_TYPE=HOST %t.out
3+
// RUN: %CPU_RUN_PLACEHOLDER %t.out
44
// RUN: %GPU_RUN_PLACEHOLDER %t.out
55

6-
// TODO: SYCL specific fail - analyze and enable
7-
// XFAIL: windows
8-
96
//==------------------- image.cpp - SYCL image basic test -----------------==//
107
//
118
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.

0 commit comments

Comments
 (0)