Files
swift-mirror/test/ModuleInterface/moveonly_interface.swift
Kavon Farvardin 2c7d9a5047 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
2023-03-14 18:35:13 -07:00

10 lines
404 B
Swift

// 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
// rdar://106164128
// XFAIL: *
// TODO: finish this test by verifying the interface with FileCheck