mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-15 12:51:30 -05:00
Fixed failing test due to changed details
This commit is contained in:
@@ -6,5 +6,5 @@
|
||||
////function f([|readonly|] p) {}
|
||||
|
||||
for (const r of test.ranges()) {
|
||||
verify.documentHighlightsOf(r, [r]);
|
||||
verify.documentHighlightsOf(r, test.ranges());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user