remove unused code

git-svn-id: https://svn.apache.org/repos/asf/ant/antlibs/antunit/trunk@424898 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Kevin Jackson 2006-07-24 04:20:45 +00:00
parent f004d66837
commit 9d8845b5fb
2 changed files with 1 additions and 3 deletions

View File

@ -16,7 +16,6 @@
*/
package org.apache.ant.antunit;
import org.apache.tools.ant.BuildException;
import org.apache.tools.ant.BuildFileTest;
public class AntUnitTest extends BuildFileTest {

View File

@ -1,5 +1,5 @@
/*
* Copyright 2005 The Apache Software Foundation
* Copyright 2005-2006 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -16,7 +16,6 @@
*/
package org.apache.ant.antunit;
import org.apache.tools.ant.BuildException;
import org.apache.tools.ant.BuildFileTest;
public class ExpectFailureTest extends BuildFileTest {