Skip to content

Commit 70acab4

Browse files
committed
Merge pull request #486 from Hosch250/Issue315
Remove VB.NET diagnostics.
2 parents d2b4512 + 1c439c9 commit 70acab4

12 files changed

+30
-658
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
namespace VSDiagnostics.Test.Tests.Attributes
88
{
99
[TestClass]
10-
public class AttributeWithEmptyArgumentListCSharpTests : CSharpCodeFixVerifier
10+
public class AttributeWithEmptyArgumentListTests : CSharpCodeFixVerifier
1111
{
1212
protected override DiagnosticAnalyzer DiagnosticAnalyzer => new AttributeWithEmptyArgumentListAnalyzer();
1313

VSDiagnostics/VSDiagnostics/VSDiagnostics.Test/Tests/Attributes/AttributeWithEmptyArgumentListVisualBasicTests.cs

Lines changed: 0 additions & 137 deletions
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
namespace VSDiagnostics.Test.Tests.Attributes
88
{
99
[TestClass]
10-
public class EnumCanHaveFlagsAttributeCSharpTests : CSharpCodeFixVerifier
10+
public class EnumCanHaveFlagsAttributeTests : CSharpCodeFixVerifier
1111
{
1212
protected override DiagnosticAnalyzer DiagnosticAnalyzer => new EnumCanHaveFlagsAttributeAnalyzer();
1313

VSDiagnostics/VSDiagnostics/VSDiagnostics.Test/Tests/Attributes/EnumCanHaveFlagsAttributeVisualBasicTests.cs

Lines changed: 0 additions & 165 deletions
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
namespace VSDiagnostics.Test.Tests.Attributes
77
{
88
[TestClass]
9-
public class ObsoleteAttributeWithoutReasonCSharpTests : CSharpDiagnosticVerifier
9+
public class ObsoleteAttributeWithoutReasonTests : CSharpDiagnosticVerifier
1010
{
1111
protected override DiagnosticAnalyzer DiagnosticAnalyzer => new ObsoleteAttributeWithoutReasonAnalyzer();
1212

0 commit comments

Comments
 (0)