blob: ecdc76569f50c56b4162db6288a25fda0620af1f [file] [log] [blame]
import java.io.*;
import java.util.*;
try
{
// nothing to verify, tests would have failed to build if not skipped
}
catch( Throwable t )
{
t.printStackTrace();
return false;
}
return true;