Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7cfe55b

Browse files
committedOct 25, 2024
One more
1 parent 1ac1e2b commit 7cfe55b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Documentation/Proposals/NNNN-return-errors-from-expect-throws.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ is not statically available. The problematic overloads will also be deprecated:
7575
_ comment: @autoclosure () -> Comment? = nil,
7676
sourceLocation: SourceLocation = #_sourceLocation,
7777
performing expression: () async throws -> R
78-
-) = #externalMacro(module: "TestingMacros", type: "ExpectMacro") where E: Error
78+
-)
7979
+) -> E? where E: Error
8080

8181
+@discardableResult

0 commit comments

Comments
 (0)
Please sign in to comment.