Skip to content

Commit 1a6938e

Browse files
committed
One more
1 parent b8925b0 commit 1a6938e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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)