update tests given move-only types are enabled

the main things still left behind the experimental flag(s) are
- move-only classes (guarded by MoveOnlyClasses feature)
- noimplicitcopy
- the _borrow operator
This commit is contained in:
Kavon Farvardin
2023-03-14 17:19:44 -07:00
parent 528d2cfca1
commit 2c7d9a5047
68 changed files with 143 additions and 109 deletions

View File

@@ -1,7 +1,7 @@
// RUN: %empty-directory(%t)
// FIXME: should work without syntize accessors too
// RUN: %target-swift-frontend -DSYNTHESIZE_ACCESSORS -enable-library-evolution -module-name Hello -emit-module -o %t/Hello.swiftmodule -emit-module-interface-path %t/Hello.swiftinterface %S/Inputs/moveonly_simple.swift -enable-experimental-move-only
// RUN: %target-swift-frontend -DSYNTHESIZE_ACCESSORS -enable-library-evolution -module-name Hello -emit-module -o %t/Hello.swiftmodule -emit-module-interface-path %t/Hello.swiftinterface %S/Inputs/moveonly_simple.swift
// rdar://106164128
// XFAIL: *