blob: ce436351a04cf89728a51a4b80acbfc17a0f4c28 [file] [log] [blame]
package org.eclipse.photran.internal.core.tests.b_source_reproduction;
import java.io.FileNotFoundException;
import java.io.IOException;
import junit.framework.Test;
import org.eclipse.photran.internal.core.tests.SourceReproductionTestSuite;
public class PrintConfidentialFreeFormFiles
{
public static Test suite() throws FileNotFoundException, IOException
{
return new SourceReproductionTestSuite("confidential-walt-free", false, false) {};
}
}