We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28b5bb8 commit 1769c35Copy full SHA for 1769c35
src/SourceBuild/content/test/Microsoft.DotNet.SourceBuild.Tests/DotNetFormatTests.cs
@@ -20,8 +20,7 @@ public DotNetFormatTests(ITestOutputHelper outputHelper) : base(outputHelper) {
20
/// <Summary>
21
/// Format an unformatted project and verify that the output matches the pre-computed solution.
22
/// </Summary>
23
- // Disabled due to https://github.com/dotnet/roslyn/issues/76797
24
- // [Fact]
+ [Fact]
25
public void FormatProject()
26
{
27
if (DotNetHelper.IsMonoRuntime)
0 commit comments