Skip to content

Commit 3800d62

Browse files
committed
Fix test for Windows .exe
1 parent a96a73f commit 3800d62

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

clang/test/Driver/sycl.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,11 +107,11 @@
107107
// RUN: %clang -### -fsycl-help %s > %t.help-out 2>&1
108108
// RUN: FileCheck %s -check-prefix SYCL_HELP_ORDER --input-file=%t.help-out
109109
// SYCL_HELP_ORDER: Emitting help information for ocloc
110-
// SYCL_HELP_ORDER: ocloc" "--help"
110+
// SYCL_HELP_ORDER: ocloc{{(\.exe)?}}" "--help"
111111
// SYCL_HELP_ORDER: Emitting help information for aoc
112-
// SYCL_HELP_ORDER: aoc" "-help" "-sycl"
112+
// SYCL_HELP_ORDER: aoc{{(\.exe)?}}" "-help" "-sycl"
113113
// SYCL_HELP_ORDER: Emitting help information for opencl-aot
114-
// SYCL_HELP_ORDER: opencl-aot" "--help"
114+
// SYCL_HELP_ORDER: opencl-aot{{(\.exe)?}}" "--help"
115115

116116
// -fsycl-id-queries-fit-in-int
117117
// RUN: %clang -### -fsycl -fsycl-id-queries-fit-in-int %s 2>&1 | FileCheck %s --check-prefix=ID_QUERIES

0 commit comments

Comments
 (0)