} catch (IllegalArgumentException iae) {
errln("scriptRun.reset(paddedTestString, startOffset, count) produced an IllegalArgumentException!");
}
try {
scriptRun.reset(paddedTestString.toCharArray(), startOffset, count);
CheckScriptRuns(scriptRun, runStarts, test);
} catch (IllegalArgumentException iae) {
errln("scriptRun.reset(paddedTestString.toCharArray(), startOffset, count) produced an IllegalArgumentException!");
}
}