Break dependency of expression.d on ctfeexp.d

This commit is contained in:
RazvanN7 2023-11-07 11:50:56 +02:00 committed by The Dlang Bot
parent 14b5325a64
commit 38173e34b4
5 changed files with 646 additions and 653 deletions

View file

@ -123,8 +123,7 @@ unittest
@("Expression.deinitialize")
unittest
{
import dmd.ctfeexpr : CTFEExp;
import dmd.expression : Expression;
import dmd.expression : Expression, CTFEExp;
static void assertInitialState()
{