Skip to content

Commit b4cba58

Browse files
committed
With the removal of Boolean, this test is now valid.
1 parent a602927 commit b4cba58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

validation-test/compiler_crashers_2_fixed/0040-rdar23899799-broken-bool.swift

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

33
// rdar://23899799
44
let sol1 = { $1 ? "Dr. " + $0 : $0 }

0 commit comments

Comments
 (0)