Update test case for #92

This commit is contained in:
Hackerpilot 2015-03-12 12:32:27 -07:00
parent 5bca694cca
commit c3cb505dfe
2 changed files with 10 additions and 0 deletions

View file

@ -8,5 +8,10 @@ unittest
case 4:
t1 = Type.tint32;
break;
case 5:
if (!global.params.is64bit)
goto Lmemory;
default:
break;
}
}

View file

@ -8,5 +8,10 @@ unittest
case 4:
t1 = Type.tint32;
break;
case 5:
if (!global.params.is64bit)
goto Lmemory;
default:
break;
}
}