blob: 53c9be2fee686f92ecb4d24ba80fd48d4c749260 [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.ParserTestSuite;
public class ParseConfidentialFreeFormFiles
{
public static Test suite() throws FileNotFoundException, IOException
{
return new ParserTestSuite("confidential-walt-free", false, false) {};
}
}