Skip to content

Commit 274721b

Browse files
committed
Switch to #fileID as the example of a source location
1 parent 55f8620 commit 274721b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

visions/swift-testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ Beyond the values of evaluated expressions, there are other pieces of
148148
information that may be useful to capture and include in expectations:
149149

150150
* The **source code location** of the expectation, typically using the format
151-
`#file:#line:#column`. This helps test authors jump quickly to the line of
151+
`#fileID:#line:#column`. This helps test authors jump quickly to the line of
152152
code to view context, and lets IDEs present the failure in their UI at that
153153
location.
154154
* The **source code text of expression(s)** passed to the expectation. In an

0 commit comments

Comments
 (0)