Skip to content

Commit 3e2b37f

Browse files
committed
Update roslyn tests
1 parent ae38711 commit 3e2b37f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Cli/dotnet/Commands/Run/CSharpCompilerCommand.Generated.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ private IEnumerable<string> GetCscArguments(
1515
[
1616
"/unsafe-",
1717
"/checked-",
18-
"/nowarn:1701,1702,IL2121,1701,1702,8002",
18+
"/nowarn:1701,1702,IL2121,1701,1702",
1919
"/fullpaths",
2020
"/nostdlib+",
2121
"/errorreport:prompt",

test/Microsoft.NET.Build.Tests/RoslynBuildTaskTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public void FullMSBuild_SdkStyle_ToolsetPackage(bool useSharedCompilation, Langu
5959
{
6060
var testAsset = CreateProject(useSharedCompilation, language, AddCompilersToolsetPackage);
6161
var buildCommand = BuildAndRunUsingMSBuild(testAsset);
62-
VerifyCompiler(buildCommand, DotNetExecCompilerFileName(language), useSharedCompilation, toolsetPackage: true);
62+
VerifyCompiler(buildCommand, AppHostCompilerFileName(language), useSharedCompilation, toolsetPackage: true);
6363
}
6464

6565
[Theory, CombinatorialData]

0 commit comments

Comments
 (0)