Skip to content

Commit 99921e1

Browse files
authored
Merge pull request #62010 from atrick/disable-ast-verify-test
Fix ASTGen/verify-parse.swift in the release build
2 parents 2fc1637 + c398ced commit 99921e1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/ASTGen/verify-parse.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
// REQUIRES: executable_test
44

5+
// -enable-experimental-feature requires and asserts build
6+
// REQUIRES: asserts
7+
58
func test1(x: Int, fn: (Int) -> Int) -> Int {
69
let xx = fn(42)
710
return fn(x)

0 commit comments

Comments
 (0)