Skip to content

Commit 3187e3c

Browse files
Try to fix test on Win
1 parent 306d9f8 commit 3187e3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/test-e2e/KernelCompiler/persistent_auto_pch_read_error.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// RUN: %{run-unfiltered-devices} %t.out
1313

1414
// File too small:
15-
// RUN: %{run-aux} echo "1" > %t.dir/*
15+
// RUN: %{run-aux} echo "1" > %t.1.txt ; mv %t.1.txt %t.dir/*
1616
// RUN: %{run-unfiltered-devices} %t.out
1717

1818
// Cache file has garbage:

0 commit comments

Comments
 (0)