From 420efd2749442c71e900679efe710d7073732a5c Mon Sep 17 00:00:00 2001 From: Saleem Abdulrasool Date: Sat, 27 May 2023 20:53:51 -0700 Subject: [PATCH] adjust test for altered SPM behaviour --- swift-package-with-spaces.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swift-package-with-spaces.txt b/swift-package-with-spaces.txt index deb1f67..a197959 100644 --- a/swift-package-with-spaces.txt +++ b/swift-package-with-spaces.txt @@ -13,7 +13,7 @@ // // RUN: %{FileCheck} --check-prefix CHECK-BUILD-LOG --input-file %t.build-log %s // -// CHECK-BUILD-LOG: swiftc{{.*}} -module-name special_tool {{.*}} '{{.*}}/more spaces/special tool/some file.swift' +// CHECK-BUILD-LOG: swiftc{{.*}} -module-name special_tool {{.*}} '@{{.*}}/.build/{{[^/]+}}/debug/special_tool.build/sources' // // Verify that the tool exists and works. //