/NRefactory/ICSharpCode.NRefactory.VB.Tests/Parser/Statements/ContinueStatementTests.cs

http://github.com/icsharpcode/ILSpy · C# · 17 lines · 12 code · 2 blank · 3 comment · 0 complexity · 747505e4f8f5a5ece9cb42395808cce5 MD5 · raw file

  1. // Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt)
  2. // This code is distributed under the GNU LGPL (for details please see \doc\license.txt)
  3. using System;
  4. using System.IO;
  5. using NUnit.Framework;
  6. using ICSharpCode.NRefactory.VB.Parser;
  7. using ICSharpCode.NRefactory.VB.Ast;
  8. namespace ICSharpCode.NRefactory.VB.Tests.Ast
  9. {
  10. [TestFixture]
  11. public class ContinueStatementTests
  12. {
  13. // TODO : add ContinueStatementTests
  14. }
  15. }