Commit 9727c67
committed
Fix synthesized-name snapshot assertions to use the array equality overload
CI compiles the snapshot round-trip and baseline reader tests with
FS0193: the explicit Assert.Equal<string> type application commits
overload resolution to the scalar Equal(T, T) shape while both
arguments are string arrays. Use Assert.Equal<string[]>, the form the
neighboring name-map tests already use, so resolution lands on the
structural array comparison everywhere.
Verified: FSharp.Compiler.ComponentTests builds clean;
EncMethodDebugInformationTests 22 passed, 0 failed (net10.0); fantomas
clean on the touched file.1 parent ebbf20b commit 9727c67
1 file changed
Lines changed: 3 additions & 3 deletions
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
207 | | - | |
| 207 | + | |
208 | 208 | | |
209 | 209 | | |
210 | 210 | | |
| |||
685 | 685 | | |
686 | 686 | | |
687 | 687 | | |
688 | | - | |
| 688 | + | |
689 | 689 | | |
690 | 690 | | |
691 | 691 | | |
| |||
740 | 740 | | |
741 | 741 | | |
742 | 742 | | |
743 | | - | |
| 743 | + | |
744 | 744 | | |
745 | 745 | | |
746 | 746 | | |
| |||
0 commit comments