From 46451dde7d6d588871736dc094829bdebfb7b676 Mon Sep 17 00:00:00 2001 From: Max Howell Date: Sun, 4 Oct 2020 19:48:23 -0400 Subject: [PATCH] Add new test --- Tests/CorePromise/XCTestManifests.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Tests/CorePromise/XCTestManifests.swift b/Tests/CorePromise/XCTestManifests.swift index 9fbe502..b880341 100644 --- a/Tests/CorePromise/XCTestManifests.swift +++ b/Tests/CorePromise/XCTestManifests.swift @@ -18,6 +18,7 @@ extension CancellationTests { // to regenerate. static let __allTests__CancellationTests = [ ("testCancellation", testCancellation), + ("testDoesntCrashSwift", testDoesntCrashSwift), ("testFoundationBridging1", testFoundationBridging1), ("testFoundationBridging2", testFoundationBridging2), ("testIsCancelled", testIsCancelled),