Add new test

This commit is contained in:
Max Howell 2020-10-04 19:48:23 -04:00
parent ef9b9ee63d
commit 46451dde7d
No known key found for this signature in database
GPG Key ID: B9F11512CA1D895E

View File

@ -18,6 +18,7 @@ extension CancellationTests {
// to regenerate.
static let __allTests__CancellationTests = [
("testCancellation", testCancellation),
("testDoesntCrashSwift", testDoesntCrashSwift),
("testFoundationBridging1", testFoundationBridging1),
("testFoundationBridging2", testFoundationBridging2),
("testIsCancelled", testIsCancelled),