Skip to content

Commit 2818294

Browse files
authored
Merge pull request #34505 from CodaFi/verifly
2 parents 6dabdf5 + 6204b37 commit 2818294

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

validation-test/Sema/type_checker_crashers_fixed/rdar27830834.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %target-swift-frontend %s -typecheck -verify
1+
// RUN: %target-swift-frontend %s -typecheck
22

33
var d = [String:String]()
44
_ = "\(d.map{ [$0 : $0] })"

0 commit comments

Comments
 (0)