diff --git a/test/IRGen/virtual-function-elimination-two-modules.swift b/test/IRGen/virtual-function-elimination-two-modules.swift index 40258919c0b5e..74f6b53ad2926 100644 --- a/test/IRGen/virtual-function-elimination-two-modules.swift +++ b/test/IRGen/virtual-function-elimination-two-modules.swift @@ -1,6 +1,3 @@ -// FIXME: Disabled due to https://github.com/apple/swift/issues/69485 -// REQUIRES: issue_69485 - // Tests that under -enable-llvm-vfe + -internalize-at-link, cross-module // virtual calls are done via thunks and LLVM GlobalDCE is able to remove unused // virtual methods from a library based on a list of used symbols by a client. diff --git a/test/IRGen/witness-method-elimination-two-modules.swift b/test/IRGen/witness-method-elimination-two-modules.swift index 49d9216373c95..e056e2a4333da 100644 --- a/test/IRGen/witness-method-elimination-two-modules.swift +++ b/test/IRGen/witness-method-elimination-two-modules.swift @@ -1,6 +1,3 @@ -// FIXME: Disabled due to https://github.com/apple/swift/issues/69485 -// REQUIRES: issue_69485 - // Tests that under -enable-llvm-wme + -internalize-at-link, cross-module // witness method calls are done via thunks and LLVM GlobalDCE is able to remove // unused witness methods from a library based on a list of used symbols by a diff --git a/test/TBD/linking-with-tbd.swift b/test/TBD/linking-with-tbd.swift index fac3219841bb3..94e507cbc9be3 100644 --- a/test/TBD/linking-with-tbd.swift +++ b/test/TBD/linking-with-tbd.swift @@ -1,6 +1,3 @@ -// FIXME: Disabled due to https://github.com/apple/swift/issues/69485 -// REQUIRES: issue_69485 - // REQUIRES: VENDOR=apple // REQUIRES: executable_test