Skip to content

Commit

Permalink
Re-enable test.
Browse files Browse the repository at this point in the history
  • Loading branch information
aschwaighofer committed May 5, 2020
1 parent 147144b commit 36f25ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/SILOptimizer/specialize_opaque_type_archetypes.swift
Expand Up @@ -5,8 +5,8 @@
// RUN: %target-swift-frontend -disable-availability-checking %S/Inputs/specialize_opaque_type_archetypes_3.swift -I %t -enable-library-evolution -module-name External2 -Osize -emit-module -o - | %target-sil-opt -module-name External2 | %FileCheck --check-prefix=RESILIENT %s
// RUN: %target-swift-frontend -disable-availability-checking -I %t -module-name A -enforce-exclusivity=checked -Osize -emit-sil -sil-verify-all %s | %FileCheck %s --check-prefix=CHECK --check-prefix=CHECK-%target-ptrsize
// RUN: %target-swift-frontend -disable-availability-checking -I %t -module-name A -enforce-exclusivity=checked -enable-library-evolution -Osize -emit-sil -sil-verify-all %s | %FileCheck %s --check-prefix=CHECK --check-prefix=CHECK-%target-ptrsize
// See radar for details - rdar://62560867
// XFAIL: *


import External
import External2
import External3
Expand Down

0 comments on commit 36f25ee

Please sign in to comment.