Update test case for #92
This commit is contained in:
parent
5bca694cca
commit
c3cb505dfe
|
|
@ -8,5 +8,10 @@ unittest
|
||||||
case 4:
|
case 4:
|
||||||
t1 = Type.tint32;
|
t1 = Type.tint32;
|
||||||
break;
|
break;
|
||||||
|
case 5:
|
||||||
|
if (!global.params.is64bit)
|
||||||
|
goto Lmemory;
|
||||||
|
default:
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -8,5 +8,10 @@ unittest
|
||||||
case 4:
|
case 4:
|
||||||
t1 = Type.tint32;
|
t1 = Type.tint32;
|
||||||
break;
|
break;
|
||||||
|
case 5:
|
||||||
|
if (!global.params.is64bit)
|
||||||
|
goto Lmemory;
|
||||||
|
default:
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue