Skip to content

Commit 8610669

Browse files
authored
[SYCL][E2E] Move e2e test to proper directory (#13836)
Test is e2e but was put to sycl/test/ directory. Move it to the e2e test directory.
1 parent daef86a commit 8610669

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sycl/test/regression/compile_on_win_with_mdd.cpp renamed to sycl/test-e2e/Regression/compile_on_win_with_mdd.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// REQUIRES: windows
22

3-
// RUN: %clang_cl -fsycl /MDd -c %s -o %t.obj
4-
// RUN: %clang_cl -fsycl %t.obj -o %t.out
5-
// RUN: %t.out
3+
// RUN: %clangxx --driver-mode=cl -fsycl /MDd -c %s -o %t.obj
4+
// RUN: %clangxx --driver-mode=cl -fsycl %t.obj -o %t.out
5+
// RUN: %{run} %t.out
66

77
// The test aims to prevent regressions similar to the one which caused by
88
// https://github.com/intel/llvm/pull/12793.

0 commit comments

Comments
 (0)