blob: 1d66147d8a7c9036d7e28b9369107fd5bcbc5414 [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 ParseConfidentialFixedFormFiles
{
public static Test suite() throws FileNotFoundException, IOException
{
return new FailingParserTestSuite("confidential-walt-fixed", true, false);
}
}