diff --git a/test/Interop/Cxx/class/protocol-conformance-typechecker.swift b/test/Interop/Cxx/class/protocol-conformance-typechecker.swift index c12f77f26af85..25f6bedb1b80d 100644 --- a/test/Interop/Cxx/class/protocol-conformance-typechecker.swift +++ b/test/Interop/Cxx/class/protocol-conformance-typechecker.swift @@ -1,9 +1,9 @@ // Tests that a C++ class can conform to a Swift protocol. -// RUN: %target-typecheck-verify-swift -I %S/Inputs -enable-experimental-cxx-interop -// RUN: %target-typecheck-verify-swift -I %S/Inputs -D VIRTUAL_METHODS -cxx-interoperability-mode=swift-5.9 -// RUN: %target-typecheck-verify-swift -I %S/Inputs -D VIRTUAL_METHODS -cxx-interoperability-mode=swift-6 -// RUN: %target-typecheck-verify-swift -I %S/Inputs -D VIRTUAL_METHODS -cxx-interoperability-mode=upcoming-swift +// RUN: %target-typecheck-verify-swift -verify-ignore-unrelated -I %S/Inputs -enable-experimental-cxx-interop +// RUN: %target-typecheck-verify-swift -verify-ignore-unrelated -I %S/Inputs -D VIRTUAL_METHODS -cxx-interoperability-mode=swift-5.9 +// RUN: %target-typecheck-verify-swift -verify-ignore-unrelated -I %S/Inputs -D VIRTUAL_METHODS -cxx-interoperability-mode=swift-6 +// RUN: %target-typecheck-verify-swift -verify-ignore-unrelated -I %S/Inputs -D VIRTUAL_METHODS -cxx-interoperability-mode=upcoming-swift import ProtocolConformance diff --git a/utils/swift-xcodegen/Package.resolved b/utils/swift-xcodegen/Package.resolved index b7c7c2f695f38..64276823de484 100644 --- a/utils/swift-xcodegen/Package.resolved +++ b/utils/swift-xcodegen/Package.resolved @@ -32,8 +32,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/swiftlang/swift-toolchain-sqlite", "state" : { - "revision" : "4ee66b3ab1c40d20176045e61d8276242e73b01d", - "version" : "1.0.3" + "revision" : "b45b80b943e88db3cb8ddea798fa3fa9912375ff", + "version" : "1.0.7" } }, {