From e5e8cc5e1e54ff880f4ff320f42ab31029b0c46c Mon Sep 17 00:00:00 2001 From: Fredric Silberberg Date: Fri, 16 Aug 2019 10:17:14 -0700 Subject: [PATCH] Fix test naming --- .../Test/Symbol/Symbols/Source/NullablePublicAPITests.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Compilers/CSharp/Test/Symbol/Symbols/Source/NullablePublicAPITests.cs b/src/Compilers/CSharp/Test/Symbol/Symbols/Source/NullablePublicAPITests.cs index df2d95d07d0..f2b7ea7b791 100644 --- a/src/Compilers/CSharp/Test/Symbol/Symbols/Source/NullablePublicAPITests.cs +++ b/src/Compilers/CSharp/Test/Symbol/Symbols/Source/NullablePublicAPITests.cs @@ -2219,7 +2219,7 @@ public void M(string s) } [Fact, WorkItem(37879, "https://github.com/dotnet/roslyn/issues/37879")] - public void MissingSymbols_ReinferedParent() + public void MissingSymbols_ReinferredParent() { var source = @" class C @@ -2249,7 +2249,7 @@ private class F } [Fact, WorkItem(37879, "https://github.com/dotnet/roslyn/issues/37879")] - public void MultipleSymbols_ReinferedParent() + public void MultipleSymbols_ReinferredParent() { var source = @" using System; -- GitLab