diff --git a/test/fail_compilation/fail353.d b/test/fail_compilation/fail353.d index 38d512e06f4d..ba92bec5319e 100644 --- a/test/fail_compilation/fail353.d +++ b/test/fail_compilation/fail353.d @@ -9,6 +9,7 @@ void foo() dq NOP,NOP,NOP,NOP; // 64 dq NOP,NOP,NOP,NOP; // 96 dq NOP,NOP,NOP,NOP; // 128 - loop L1; // signed underflow of rel8 + // unnoticed signed underflow of rel8 with DMD2.056 + loop L1; } }