Skip to content

Commit cfff000

Browse files
committed
Rename DiagnosticsFormatterTests to ParserDiagnosticsFormatterIntegrationTests
1 parent 1fa18e5 commit cfff000

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Tests/SwiftDiagnosticsTest/DiagnosticsFormatterTests.swift renamed to Tests/SwiftDiagnosticsTest/ParserDiagnosticsFormatterIntegrationTests.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ import SwiftParserDiagnostics
1616
import XCTest
1717
import _SwiftSyntaxTestSupport
1818

19-
final class DiagnosticsFormatterTests: XCTestCase {
19+
20+
final class ParserDiagnosticsFormatterIntegrationTests: XCTestCase {
2021

2122
func annotate(source: String, colorize: Bool = false) -> String {
2223
let tree = Parser.parse(source: source)

0 commit comments

Comments
 (0)