Skip to content

Commit 023e86b

Browse files
committed
Revert "Disable Test That Trips Coro Split Assert on Linux"
This reverts commit 93569a2.
1 parent 794afba commit 023e86b

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)