Skip to content

Commit 74805c2

Browse files
committed
Fixed failing test due to changed details
1 parent 1d93b76 commit 74805c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/cases/fourslash/documentHighlightsInvalidModifierLocations.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
////function f([|readonly|] p) {}
77

88
for (const r of test.ranges()) {
9-
verify.documentHighlightsOf(r, [r]);
9+
verify.documentHighlightsOf(r, test.ranges());
1010
}

0 commit comments

Comments
 (0)