Store return stack pop with stack context instead of what I was trying to do before

This commit is contained in:
Adam
2016-02-27 12:58:44 -05:00
parent 5fea3a9c31
commit fb4ee1ac9b
4 changed files with 42 additions and 22 deletions

View File

@@ -522,6 +522,14 @@ public class MapStaticTest
}
return list;
}
@Test
public void testPackets() throws IOException
{
ClassGroup group1 = JarUtil.loadJar(new File(JAR1));
ClassGroup group2 = JarUtil.loadJar(new File(JAR2));
testPackets(group1, group2);
}
//@Test
public ParallelExecutorMapping testPackets(ClassGroup group1, ClassGroup group2) throws IOException