mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-05 08:11:30 -06:00
Fixed failing test due to changed details
This commit is contained in:
parent
1d93b76b3f
commit
74805c2e23
@ -6,5 +6,5 @@
|
||||
////function f([|readonly|] p) {}
|
||||
|
||||
for (const r of test.ranges()) {
|
||||
verify.documentHighlightsOf(r, [r]);
|
||||
verify.documentHighlightsOf(r, test.ranges());
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user