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
[TestFixture, Parallelizable(ParallelScope.All)] [TestFixture, Parallelizable(ParallelScope.All)]
public class VBPrettyTestRunner public class VBPrettyTestRunner
{ {
static readonly string TestCasePath = DecompilerTestBase.TestCasePath + "/ILPretty"; static readonly string TestCasePath = DecompilerTestBase.TestCasePath + "/VBPretty";
[Test] [Test]
public void AllFilesHaveTests() public void AllFilesHaveTests()

Loading…
Cancel
Save