Skip to content

Commit 4ec123d

Browse files
Fix main build break (#79554)
2 parents 829244a + e84ba98 commit 4ec123d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Analyzers/CSharp/Tests/UseImplicitOrExplicitType/UseExplicitTypeTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1088,7 +1088,7 @@ void M(C[] items)
10881088
}
10891089
}
10901090
""";
1091-
await TestInRegularAndScriptAsync(before, after, options: ExplicitTypeEverywhere());
1091+
await TestInRegularAndScriptAsync(before, after, new(options: ExplicitTypeEverywhere()));
10921092
}
10931093

10941094
[Fact, WorkItem("https://github.com/dotnet/roslyn/issues/40477")]

0 commit comments

Comments
 (0)