Not needed

This commit is contained in:
Oliver Burn 2002-12-01 05:10:37 +00:00
parent 97286137f1
commit dcdf2e222a
1 changed files with 0 additions and 23 deletions

View File

@ -1,23 +0,0 @@
/*
* Created by IntelliJ IDEA.
* User: oliver.burn
* Date: 19/09/2002
* Time: 18:35:19
* To change template for new class use
* Code Style | Class Templates options (Tools | IDE Options).
*/
package com.puppycrawl.tools.checkstyle;
import junit.framework.TestCase;
public class TreeWalkerTest
extends TestCase
{
public void testCreate()
{
// TODO: This test does not make sense, what does it actually test?
GlobalProperties props = new GlobalProperties();
new TreeWalker(props);
assertTrue(true);
}
}