Skip to content

Commit 9cc6723

Browse files
committed
Disable availability checking in test
1 parent 748b69d commit 9cc6723

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/SILOptimizer/package-cmo-opaque-result.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// RUN: -module-name=Lib -package-name Pkg \
66
// RUN: -parse-as-library -emit-module -emit-module-path %t/Lib.swiftmodule -I%t \
77
// RUN: -Xfrontend -experimental-package-cmo -Xfrontend -experimental-allow-non-resilient-access \
8-
// RUN: -O -wmo -enable-library-evolution
8+
// RUN: -O -wmo -enable-library-evolution -Xfrontend -disable-availability-checking
99

1010
// RUN: %target-build-swift -module-name=Main -package-name Pkg -I%t -emit-sil -O %t/main.swift -o %t/Main-res.sil
1111
// RUN: %FileCheck %s --check-prefixes=CHECK-OPAQUE < %t/Main-res.sil

0 commit comments

Comments
 (0)