From 285e2acdd0136527aea9ba6fec99df61a42079dc Mon Sep 17 00:00:00 2001 From: Saleem Abdulrasool Date: Wed, 3 Apr 2019 13:35:28 -0700 Subject: [PATCH] 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. --- test/Driver/profiling.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Driver/profiling.swift b/test/Driver/profiling.swift index 02676c9f5d3b2..28439ddfdf78b 100644 --- a/test/Driver/profiling.swift +++ b/test/Driver/profiling.swift @@ -41,7 +41,7 @@ // watchOS: {{(bin/)?ld(.exe)?"? }} // watchOS: lib{{(\\\\|/)}}swift{{(\\\\|/)}}clang{{(\\\\|/)}}lib{{(\\\\|/)}}darwin{{(\\\\|/)}}libclang_rt.profile_watchos.a -// watchOS_SIM: {{(bin/)?ld"? }} +// watchOS_SIM: {{(bin/)?ld(.exe)?"? }} // watchOS_SIM: lib{{(\\\\|/)}}swift{{(\\\\|/)}}clang{{(\\\\|/)}}lib{{(\\\\|/)}}darwin{{(\\\\|/)}}libclang_rt.profile_watchossim.a // LINUX: clang++{{(\.exe)?"? }}