Skip to content

Commit e84ba98

Browse files
committed
Fix main build break
1 parent c263828 commit e84ba98

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)