Skip to content

Commit f361d6d

Browse files
authored
Update StringifyMacroTests.swift
1 parent f974452 commit f361d6d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Examples/Tests/MacroExamples/Implementation/Expression/StringifyMacroTests.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ final class StringifyMacroTests: XCTestCase {
3333

3434
func testExpansionWithStringInterpolation() {
3535
assertMacroExpansion(
36-
"""
36+
#"""
3737
let b = #stringify("Hello, \(name)")
38-
""",
39-
expandedSource: """
38+
"""#,
39+
expandedSource: #"""
4040
let b = ("Hello, \(name)", #""Hello, \(name)""#)
41-
""",
41+
"""#,
4242
macros: macros,
4343
indentationWidth: .spaces(2)
4444
)

0 commit comments

Comments
 (0)