Skip to content

Commit 6041601

Browse files
committed
Fix test/attr/attr_nonEscapable.swift
Add REQUIRES: asserts
1 parent b55a304 commit 6041601

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/attr/attr_nonEscapable.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// RUN: %target-typecheck-verify-swift -enable-experimental-feature NonEscapableTypes
22

3+
// REQUIRES: asserts
4+
35
@_nonEscapable public struct NES {
46
let x: Int
57

0 commit comments

Comments
 (0)