We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 806a2eb commit 6bbd2d4Copy full SHA for 6bbd2d4
proposals/testing/NNNN-test-cancellation.md
@@ -16,7 +16,7 @@ using the [`.enabled(if:)`](https://developer.apple.com/documentation/testing/tr
16
etc. family of traits:
17
18
```swift
19
-@Test(.disabled(if: Species.all.in(: .dinosauria).isEmpty)
+@Test(.disabled(if: Species.all(in: .dinosauria).isEmpty)
20
func `Are all dinosaurs extinct?`() {
21
// ...
22
}
0 commit comments