Skip to content

Commit 83484f8

Browse files
authored
Merge pull request swiftlang#40978 from Azoy/disable-test
[test] Disable unsupported_opened_existential.swift
2 parents 09ece3b + 81ba0ce commit 83484f8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

validation-test/compiler_crashers_2/unsupported_opened_existential.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// RUN: not --crash %target-swift-frontend -emit-ir %s
22

3+
// REQUIRES: asserts
4+
35
func fetch() {
46
sryMap { return "" }
57
.napError{ $0.abc() }

0 commit comments

Comments
 (0)