From 117bf54327ee771a82b7c06a6318b0934c1a1760 Mon Sep 17 00:00:00 2001 From: sonyps5201314 Date: Tue, 11 Nov 2025 11:48:41 +0800 Subject: [PATCH] Fix the unit test failure caused by the last commit. --- ICSharpCode.Decompiler.Tests/RoundtripAssembly.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ICSharpCode.Decompiler.Tests/RoundtripAssembly.cs b/ICSharpCode.Decompiler.Tests/RoundtripAssembly.cs index 8f79d5b27..20de6191f 100644 --- a/ICSharpCode.Decompiler.Tests/RoundtripAssembly.cs +++ b/ICSharpCode.Decompiler.Tests/RoundtripAssembly.cs @@ -70,7 +70,7 @@ namespace ICSharpCode.Decompiler.Roundtrip [Test] public async Task NRefactory_CSharp() { - await RunWithTest("NRefactory", "ICSharpCode.NRefactory.CSharp.dll", "ICSharpCode.NRefactory.Tests.dll"); + await RunWithTest("NRefactory", "ICSharpCode.NRefactory.CSharp.dll", "ICSharpCode.NRefactory.Tests.dll", LanguageVersion.CSharp10_0); } [Test]