expose rtJar computation for other tests

git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@1952 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
This commit is contained in:
dolby-oss 2007-10-25 13:48:16 +00:00
parent 59241d6dab
commit e851f84a2e
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ public abstract class IRTests extends WalaTestCase {
protected static String testSrcPath = "." + File.separator + "testSrc";
protected static List<String> rtJar;
public static List<String> rtJar;
protected static List<IRAssertion> emptyList = Collections.emptyList();