Skip to content

Commit 2adb84d

Browse files
authored
Merge pull request #62919 from xedin/add-asserts-req-to-type-wrappers-test
[Tests] TypeWrappers: Require asserts for type wrapper roundtrip tests
2 parents e01ece1 + 60c8bda commit 2adb84d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/Serialization/type_wrapper_in_swiftinterface.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@
3131
// RUN: -module-name Client -I %t \
3232
// RUN: -enable-experimental-feature TypeWrappers
3333

34+
// REQUIRES: asserts
35+
3436
//--- PublicModule.swift
3537
@typeWrapper
3638
public struct Wrapper<W : Wrapped, S> {

0 commit comments

Comments
 (0)