Retro68/gcc/libphobos/testsuite/libphobos.exceptions/stderr_msg.d
Wolfgang Thaller 6fbf4226da gcc-9.1
2019-06-20 20:10:10 +02:00

7 lines
152 B
D

// { dg-shouldfail "stderr_msg msg" }
// { dg-output "object.Exception@.*: stderr_msg msg" }
void main()
{
throw new Exception("stderr_msg msg");
}