File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 """
You can’t perform that action at this time.
0 commit comments