Skip to content

Commit 7e29bbf

Browse files
committed
[Testing] Do not assume unqualified path to clang++
Without this change, unified builds are broken on my Linux workstation (Fedora 30, x86-64).
1 parent f5f6d89 commit 7e29bbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Driver/windows-link-job.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// RUN: env PATH= %swiftc_driver_plain -target x86_64-unknown-windows-msvc -### -module-name link -emit-library %s 2>&1 | %FileCheck %s
2-
// CHECK: {{^}}clang++
2+
// CHECK: clang++

0 commit comments

Comments
 (0)