Skip to content

Commit ab1c369

Browse files
authored
Merge pull request #69268 from atrick/fix-nonescapable-test
Fix test/attr/attr_nonEscapable.swift
2 parents 6d246de + 6041601 commit ab1c369

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)