Skip to content

Commit 2f8f753

Browse files
Allow nullable annotations in ExtensionProperties test case
1 parent b0490dc commit 2f8f753

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ICSharpCode.Decompiler.Tests/PrettyTestRunner.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,7 @@ public async Task Issue3598([ValueSource(nameof(roslyn4OrNewerOptions))] Compile
562562
[Test]
563563
public async Task ExtensionProperties([ValueSource(nameof(roslyn4OrNewerOptions))] CompilerOptions cscOptions)
564564
{
565-
await RunForLibrary(cscOptions: cscOptions | CompilerOptions.Preview);
565+
await RunForLibrary(cscOptions: cscOptions | CompilerOptions.Preview | CompilerOptions.NullableEnable);
566566
}
567567

568568
[Test]

0 commit comments

Comments
 (0)