Skip to content

Commit 1769c35

Browse files
authored
Enable dotnet-format test for SB (#46331)
1 parent 28b5bb8 commit 1769c35

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/SourceBuild/content/test/Microsoft.DotNet.SourceBuild.Tests/DotNetFormatTests.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ public DotNetFormatTests(ITestOutputHelper outputHelper) : base(outputHelper) {
2020
/// <Summary>
2121
/// Format an unformatted project and verify that the output matches the pre-computed solution.
2222
/// </Summary>
23-
// Disabled due to https://github.com/dotnet/roslyn/issues/76797
24-
// [Fact]
23+
[Fact]
2524
public void FormatProject()
2625
{
2726
if (DotNetHelper.IsMonoRuntime)

0 commit comments

Comments
 (0)