[Test] Reenabled two tests without back deploy.

rdar://61345988
This commit is contained in:
Nate Chandler
2021-05-20 17:05:13 -07:00
parent 95aeaf7b64
commit c3c088e64b
2 changed files with 2 additions and 4 deletions

View File

@@ -1,4 +1,3 @@
// REQUIRES: rdar61345988
// RUN: %empty-directory(%t)
// RUN: %target-build-swift -emit-library -enable-library-evolution -module-name Framework -module-link-name Framework %S/Inputs/public_struct_with_generic_arg_swift_class_constrained.swift -o %t/%target-library-name(Framework) -emit-module-path %t/Framework.swiftmodule -target %module-target-future
// RUN: %target-codesign %t/libFramework.dylib
@@ -11,9 +10,9 @@
// RUN: %target-run %t/main | %FileCheck %S/Inputs/print_subclass/main.swift
// REQUIRES: executable_test
// REQUIRES: rdar61345988
// REQUIRES: OS=macosx
// UNSUPPORTED: use_os_stdlib
// UNSUPPORTED: back_deployment_runtime
import Swift
import Framework

View File

@@ -1,4 +1,3 @@
// REQUIRES: rdar61345988
// RUN: %empty-directory(%t)
// RUN: %target-build-swift -emit-library -enable-library-evolution -module-name Framework -module-link-name Framework %S/Inputs/public_struct_with_generic_arg_swift_class_constrained.swift -o %t/%target-library-name(Framework) -emit-module-path %t/Framework.swiftmodule -target %module-target-future
// RUN: %target-codesign %t/libFramework.dylib
@@ -8,9 +7,9 @@
// RUN: %target-run %t/main | %FileCheck %S/Inputs/print_subclass/main.swift
// REQUIRES: executable_test
// REQUIRES: rdar61345988
// REQUIRES: OS=macosx
// UNSUPPORTED: use_os_stdlib
// UNSUPPORTED: back_deployment_runtime
import Swift
import Framework