diff --git a/ICSharpCode.Decompiler.Tests/VBPrettyTestRunner.cs b/ICSharpCode.Decompiler.Tests/VBPrettyTestRunner.cs index 0368f6f6e..b2e63e655 100644 --- a/ICSharpCode.Decompiler.Tests/VBPrettyTestRunner.cs +++ b/ICSharpCode.Decompiler.Tests/VBPrettyTestRunner.cs @@ -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()