mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge pull request #62919 from xedin/add-asserts-req-to-type-wrappers-test
[Tests] TypeWrappers: Require asserts for type wrapper roundtrip tests
This commit is contained in:
@@ -31,6 +31,8 @@
|
|||||||
// RUN: -module-name Client -I %t \
|
// RUN: -module-name Client -I %t \
|
||||||
// RUN: -enable-experimental-feature TypeWrappers
|
// RUN: -enable-experimental-feature TypeWrappers
|
||||||
|
|
||||||
|
// REQUIRES: asserts
|
||||||
|
|
||||||
//--- PublicModule.swift
|
//--- PublicModule.swift
|
||||||
@typeWrapper
|
@typeWrapper
|
||||||
public struct Wrapper<W : Wrapped, S> {
|
public struct Wrapper<W : Wrapped, S> {
|
||||||
|
|||||||
Reference in New Issue
Block a user