Skip to content

Commit 70533ee

Browse files
committed
Removing wpf from console test name
1 parent 287fd36 commit 70533ee

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<RootNamespace>WpfInferredTypeVaraibleName</RootNamespace>
5+
<RootNamespace>InferredTypeVaraibleName</RootNamespace>
66
<TargetFramework>netcoreapp3.0</TargetFramework>
77
</PropertyGroup>
88

src/Tests/Microsoft.NET.Build.Tests/GivenThatWeWantImplicitNamespaceImportsDisabled.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public GivenThatWeWantImplicitNamespaceImportsDisabled(ITestOutputHelper log) :
2121
public void It_builds_with_implicit_namespace_imports_disabled()
2222
{
2323
var asset = _testAssetsManager
24-
.CopyTestAsset("WpfInferredTypeVariableName")
24+
.CopyTestAsset("InferredTypeVariableName")
2525
.WithSource();
2626

2727
var buildCommand = new BuildCommand(Log, Path.Combine(asset.TestRoot));

0 commit comments

Comments
 (0)