mirror of
https://github.com/dlang/dmd.git
synced 2025-04-28 22:20:37 +03:00
Break dependency of expression.d on ctfeexp.d
This commit is contained in:
parent
14b5325a64
commit
38173e34b4
5 changed files with 646 additions and 653 deletions
|
@ -123,8 +123,7 @@ unittest
|
|||
@("Expression.deinitialize")
|
||||
unittest
|
||||
{
|
||||
import dmd.ctfeexpr : CTFEExp;
|
||||
import dmd.expression : Expression;
|
||||
import dmd.expression : Expression, CTFEExp;
|
||||
|
||||
static void assertInitialState()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue