Skip to content

Commit 97b5209

Browse files
committed
Fix main build break
1 parent c263828 commit 97b5209

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// Licensed to the .NET Foundation under one or more agreements.
1+

2+
// Licensed to the .NET Foundation under one or more agreements.
23
// The .NET Foundation licenses this file to you under the MIT license.
34
// See the LICENSE file in the project root for more information.
45

@@ -1088,7 +1089,7 @@ void M(C[] items)
10881089
}
10891090
}
10901091
""";
1091-
await TestInRegularAndScriptAsync(before, after, options: ExplicitTypeEverywhere());
1092+
await TestInRegularAndScriptAsync(before, after, new(options: ExplicitTypeEverywhere()));
10921093
}
10931094

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

0 commit comments

Comments
 (0)