Browse Source

Fix the unit test failure caused by the last commit.

pull/3598/head
sonyps5201314 2 months ago
parent
commit
117bf54327
  1. 2
      ICSharpCode.Decompiler.Tests/RoundtripAssembly.cs

2
ICSharpCode.Decompiler.Tests/RoundtripAssembly.cs

@ -70,7 +70,7 @@ namespace ICSharpCode.Decompiler.Roundtrip @@ -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]

Loading…
Cancel
Save