Skip to content

Commit 308b4f4

Browse files
committed
Sema: Re-enable validation-test/Sema/type_checker_perf/slow/nil_coalescing.swift.gyb
1 parent 4e2fbe1 commit 308b4f4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

validation-test/Sema/type_checker_perf/slow/nil_coalescing.swift.gyb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// RUN: %scale-test --invert-result --begin 1 --end 5 --step 1 --select NumLeafScopes %s
22
// REQUIRES: asserts,no_asan
3-
// REQUIRES: rdar38963783,no_asan
43

54
func t(_ x: Int?) -> Int {
65
return (x ?? 0)

0 commit comments

Comments
 (0)