Esempio n. 1
0
 public static void main(String[] args) {
   for (String arg : args) {
     TestCaseData tcase = TestCaseData.valueOf(arg);
     CompilerToVMHelper.writeDebugOutput(tcase.getData(), tcase.offset, tcase.length);
     CompilerToVMHelper.flushDebugOutput();
   }
 }