forked from dotnet/roslyn
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Unskip tests that were skipped due to adaptive formatting triggering
We had tests that set "use tabs" but then were working in a file of mostly spaces. The editor behavior now is to treat this as if the file had the "use spaces" on. I alternatively could have chosen to disable inferrence, but then it seems we're not actually testing the more mainline scenario of somebody having tabs in the entire file, which seems like it's worth testing over odd mixed cases. Closes dotnet#39967
- Loading branch information
1 parent
6bdee08
commit 165dea1
Showing
2 changed files
with
60 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters