Browse Source

Fix tests

pull/1087/head
Siegfried Pammer 7 years ago
parent
commit
1797d15654
  1. 2
      ICSharpCode.Decompiler.Tests/VBPrettyTestRunner.cs

2
ICSharpCode.Decompiler.Tests/VBPrettyTestRunner.cs

@ -33,7 +33,7 @@ namespace ICSharpCode.Decompiler.Tests @@ -33,7 +33,7 @@ namespace ICSharpCode.Decompiler.Tests
[Test]
public void AllFilesHaveTests()
{
var testNames = typeof(ILPrettyTestRunner).GetMethods()
var testNames = typeof(VBPrettyTestRunner).GetMethods()
.Where(m => m.GetCustomAttributes(typeof(TestAttribute), false).Any())
.Select(m => m.Name)
.ToArray();

Loading…
Cancel
Save