Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ func makeTestContentRecordDecl(named name: TokenSyntax, in typeName: TypeSyntax?
#elseif os(Windows)
@_section(".sw5test$B")
#else
@__testing(warning: "Platform-specific implementation missing: test content section name unavailable")
@Testing.__testing(warning: "Platform-specific implementation missing: test content section name unavailable")
#endif
@_used
#endif
Expand Down
1 change: 1 addition & 0 deletions Tests/TestingMacrosTests/PragmaMacroTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ struct PragmaMacroTests {
let node = """
@Testing.__testing(semantics: "abc123")
@__testing(semantics: "def456")
@UnrelatedModule.__testing(semantics: "xyz789")
let x = 0
""" as DeclSyntax
let nodeWithAttributes = try #require(node.asProtocol((any WithAttributesSyntax).self))
Expand Down