Skip to content

Commit f3cb97b

Browse files
authored
Improve test comments
1 parent 622a975 commit f3cb97b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/SafeDIToolTests/SafeDIToolCodeGenerationTests.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5880,8 +5880,8 @@ struct SafeDIToolCodeGenerationTests: ~Copyable {
58805880

58815881
@Test
58825882
mutating func run_doesNotWriteConvenienceExtensionOnRootOfTree_whenUnexpectedSwiftNodesAreEncountered() async throws {
5883-
// If this test begins to fail after updating Swift, put the below code into an AST parser.
5884-
// The follow code generates unexpected nodes on Swift 6.2, but does not on Swift `main`.
5883+
// If this test begins to fail after updating Swift, put the below code into an AST parser and see if unexpected nodes are still encountered.
5884+
// The following code generates unexpected nodes on Swift 6.2, but does not on Swift `main`.
58855885
let output = try await executeSafeDIToolTest(
58865886
swiftFileContent: [
58875887
"""

0 commit comments

Comments
 (0)