GT-3231 fixed tests

This commit is contained in:
James 2019-10-09 18:11:21 -04:00
parent 04f7366a62
commit 7348fafd17
3 changed files with 2193 additions and 6551 deletions

View file

@ -84,7 +84,9 @@ public class InstructionSequence {
current.append(":");
current.append(sizes[currentInst]);
current.append("(");
if (commaSeparatedOperands[currentInst] != null) {
current.append(commaSeparatedOperands[currentInst]);
}
current.append(")");
current.append(" ");
if (inOrder) {