Skip to content

Commit ecce9d1

Browse files
committed
[tests] remove outdated FIXME
1 parent 5057f0b commit ecce9d1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/Sema/moveonly_restrictions.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -229,9 +229,6 @@ struct StructHolder {
229229

230230
protocol DanceHall: ~Copyable {} // expected-error {{cannot suppress conformances here}}
231231

232-
// FIXME: why does adding this cause warnings about @_moveOnly being deprecated?
233-
// <unknown>:0: error: unexpected warning produced: '@_moveOnly' attribute is deprecated; use the ~Copyable constraint suppression instead; this is an error in Swift 6
234-
//<unknown>:0: warning: diagnostic produced elsewhere: '@_moveOnly' attribute is deprecated; use the ~Copyable constraint suppression instead; this is an error in Swift 6
235232
actor Speedcore: ~Copyable {}
236233

237234

0 commit comments

Comments
 (0)