Skip to content

Commit 285e2ac

Browse files
committed
test: adjust for Windows file extensions
Windows tools have the `.exe` suffix which may or may not be present. Adjust the test to account for that.
1 parent 3c74c0f commit 285e2ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Driver/profiling.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
// watchOS: {{(bin/)?ld(.exe)?"? }}
4242
// watchOS: lib{{(\\\\|/)}}swift{{(\\\\|/)}}clang{{(\\\\|/)}}lib{{(\\\\|/)}}darwin{{(\\\\|/)}}libclang_rt.profile_watchos.a
4343

44-
// watchOS_SIM: {{(bin/)?ld"? }}
44+
// watchOS_SIM: {{(bin/)?ld(.exe)?"? }}
4545
// watchOS_SIM: lib{{(\\\\|/)}}swift{{(\\\\|/)}}clang{{(\\\\|/)}}lib{{(\\\\|/)}}darwin{{(\\\\|/)}}libclang_rt.profile_watchossim.a
4646

4747
// LINUX: clang++{{(\.exe)?"? }}

0 commit comments

Comments
 (0)