Skip to content

Commit 3b5d997

Browse files
committed
add missing props
1 parent 697f5cd commit 3b5d997

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SKTestSupport/SkipUnless.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ public enum SkipUnless {
111111

112112
// If we don't have semantic token support in sourcekitd, the second token is an identifier based on the syntax
113113
// tree, not a property.
114-
return tokens != [
114+
return tokens.tokens != [
115115
SyntaxHighlightingToken(
116116
range: Position(line: 0, utf16index: 0)..<Position(line: 0, utf16index: 1),
117117
kind: .number,

0 commit comments

Comments
 (0)