We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11e93ef commit 49937c7Copy full SHA for 49937c7
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: f00accd47470545de9dd9fa639a0a874c073466a
+refs/heads/master: f55e7e604b5fb432d5a1faa7d2bb62659ab9b33c
3
refs/heads/master-next: 203b3026584ecad859eb328b2e12490099409cd5
4
refs/tags/osx-passed: b6b74147ef8a386f532cf9357a1bde006e552c54
5
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-a: 6bb18e013c2284f2b45f5f84f2df2887dc0f7dea
trunk/test/SILOptimizer/bridged_casts_folding.swift
@@ -1,4 +1,5 @@
// RUN: %target-swift-frontend -O -emit-sil -enforce-exclusivity=unchecked %s | %FileCheck %s
+// RUN: %target-swift-frontend -enable-ownership-stripping-after-serialization -O -emit-sil -enforce-exclusivity=unchecked %s | %FileCheck %s
// REQUIRES: objc_interop
0 commit comments