Retro68/gcc/libphobos/testsuite/libphobos.exceptions/stderr_msg.d

7 lines
152 B
D
Raw Normal View History

2019-06-02 15:48:37 +00:00
// { dg-shouldfail "stderr_msg msg" }
// { dg-output "object.Exception@.*: stderr_msg msg" }
void main()
{
throw new Exception("stderr_msg msg");
}