mirror of
https://github.com/dlang-community/dfmt.git
synced 2025-04-25 21:00:03 +03:00
Update test case for #92
This commit is contained in:
parent
5bca694cca
commit
c3cb505dfe
2 changed files with 10 additions and 0 deletions
|
@ -8,5 +8,10 @@ unittest
|
|||
case 4:
|
||||
t1 = Type.tint32;
|
||||
break;
|
||||
case 5:
|
||||
if (!global.params.is64bit)
|
||||
goto Lmemory;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -8,5 +8,10 @@ unittest
|
|||
case 4:
|
||||
t1 = Type.tint32;
|
||||
break;
|
||||
case 5:
|
||||
if (!global.params.is64bit)
|
||||
goto Lmemory;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue