Skip to content

Commit 0eded5f

Browse files
authored
Merge pull request #69864 from atrick/disable-test
Disable SILOptimizer/moveonly_computed_property.swift
2 parents 831b098 + 90c3fa3 commit 0eded5f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/SILOptimizer/moveonly_computed_property.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33

44
// REQUIRES: asserts
55

6+
// SIL verification failed: 'MoveOnly' types can only be copied in Raw SIL?!
7+
// REQUIRES: rdar118135397
8+
69
// Applying a computed property to a move-only field in a class should occur
710
// entirely within a formal access to the class property. rdar://105794506
811

0 commit comments

Comments
 (0)