Skip to content

Commit 966e3dd

Browse files
committed
Fix E2E test failure in compression_multiple_tu
1 parent c1a2c13 commit 966e3dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/test-e2e/Compression/compression_multiple_tu.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// RUN: %{build} --offload-compress -DENABLE_KERNEL1 -shared %{fPIC_flag} -o %T/kernel1.so
77
// RUN: %{build} -DENABLE_KERNEL2 -shared %{fPIC_flag} -o %T/kernel2.so
88

9-
// RUN: %{build} %t_kernel1.so %t_kernel2.so -o %t_compress.out
9+
// RUN: %{build} %T/kernel1.so %T/kernel2.so -o %t_compress.out
1010
// RUN: %{run} %t_compress.out
1111
#if defined(ENABLE_KERNEL1) || defined(ENABLE_KERNEL2)
1212
#include <sycl/builtins.hpp>

0 commit comments

Comments
 (0)