Skip to content

Commit d53c49a

Browse files
committed
Fix typo
1 parent 4176840 commit d53c49a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/TestingTests/SourceLocationTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ struct SourceLocationTests {
132132

133133
@available(swift, deprecated: 100000.0)
134134
@Test("SourceLocation._filePath property")
135-
func sourceLocationFilePath() {
135+
func sourceLocation_FilePath() {
136136
var sourceLocation = #_sourceLocation
137137
#expect(sourceLocation._filePath == #filePath)
138138

0 commit comments

Comments
 (0)