blob: 3bf33a8253def86562ff345b5e73397ef9956b39 [file] [log] [blame]
package org.eclipse.photran.internal.core.tests.a_parser;
import java.io.FileNotFoundException;
import java.io.IOException;
import junit.framework.Test;
import org.eclipse.photran.internal.core.tests.FailingParserTestSuite;
public class ParseWWWFiles
{
public static Test suite() throws FileNotFoundException, IOException
{
return new FailingParserTestSuite("confidential-from_the_www", false, false);
}
}