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:
Pavel Yaskevich
2023-01-09 09:39:09 -08:00
committed by GitHub

View File

@@ -31,6 +31,8 @@
// RUN: -module-name Client -I %t \
// RUN: -enable-experimental-feature TypeWrappers
// REQUIRES: asserts
//--- PublicModule.swift
@typeWrapper
public struct Wrapper<W : Wrapped, S> {