Skip to content

Commit 60c8bda

Browse files
committed
[Tests] TypeWrappers: Require asserts for type wrapper roundtrip tests
1 parent 2f8751c commit 60c8bda

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)