Browse Source

Fix typo in VBPrettyTestRunner

pull/1087/head
Siegfried Pammer 8 years ago
parent
commit
e7a9184e90
  1. 2
      ICSharpCode.Decompiler.Tests/VBPrettyTestRunner.cs

2
ICSharpCode.Decompiler.Tests/VBPrettyTestRunner.cs

@ -28,7 +28,7 @@ namespace ICSharpCode.Decompiler.Tests @@ -28,7 +28,7 @@ namespace ICSharpCode.Decompiler.Tests
[TestFixture, Parallelizable(ParallelScope.All)]
public class VBPrettyTestRunner
{
static readonly string TestCasePath = DecompilerTestBase.TestCasePath + "/ILPretty";
static readonly string TestCasePath = DecompilerTestBase.TestCasePath + "/VBPretty";
[Test]
public void AllFilesHaveTests()

Loading…
Cancel
Save