Commit 7ccbd68
authored
Qualify
A small enhancement to the `@Test` and `@Suite` macro expansion changes
made in #880: qualify the `@__testing(warning:)` usage with the module
name.
I also took the opportunity to enhance a unit test related to
`@__testing(semantics:)`. It already correctly checks the attribute
module name if present, and this test simply validates that.
### Checklist:
- [x] Code and documentation should follow the style of the [Style
Guide](https://github.com/apple/swift-testing/blob/main/Documentation/StyleGuide.md).
- [x] If public symbols are renamed or modified, DocC references should
be updated.@__testing(warning:) usage in macro expansion with module name and enhance a related unit test (#1038)1 parent 2c60dd6 commit 7ccbd68
File tree
2 files changed
+2
-1
lines changed- Sources/TestingMacros/Support
- Tests/TestingMacrosTests
2 files changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| |||
0 commit comments