Commit 121ba61
authored
Fix reflection use in integration tests (#77669)
In
https://devdiv.visualstudio.com/DevDiv/_git/VSEditor/pullrequest/618447
the field name was changed, so tests will break in future. We just got
broken by this in Razor because we test against VS main
(dotnet/razor#11640) so figured I'd prevent this
breaking Roslyn too, at whatever point in the future the VS image is
updated.File tree
1 file changed
+1
-1
lines changed- src/VisualStudio/IntegrationTest/New.IntegrationTests/InProcess
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| |||
0 commit comments