Skip to content

Commit 5640d8b

Browse files
committed
[NFC] Require asserts for new variadic generics test.
1 parent 336af60 commit 5640d8b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/IRGen/variadic_generics.sil

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
// RUN: %target-swift-frontend -emit-ir -primary-file %s -enable-experimental-feature VariadicGenerics | %IRGenFileCheck %s
22

3+
// Because of -enable-experimental-feature VariadicGenerics
4+
// REQUIRES: asserts
5+
36
import Builtin
47
import Swift
58

0 commit comments

Comments
 (0)