Skip to content

Commit a64c105

Browse files
authored
Merge pull request #36321 from CodaFi/reverse-coronation
Revert "Disable Test That Trips Coro Split Assert on Linux"
2 parents 7caded3 + 023e86b commit a64c105

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/Concurrency/Runtime/async_properties_actor.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
// REQUIRES: executable_test
44
// REQUIRES: concurrency
55
// REQUIRES: libdispatch
6-
// REQUIRES: rdar75104136
76

87
@propertyWrapper
98
struct SuccessTracker {
@@ -171,4 +170,4 @@ var expectedResult : Bool {
171170
// CHECK: done all testing
172171
print("done all testing")
173172
}
174-
}
173+
}

0 commit comments

Comments
 (0)