mirror of
https://github.com/autc04/Retro68.git
synced 2025-02-21 09:29:36 +00:00
12 lines
212 B
D
12 lines
212 B
D
// { dg-options "-funittest" }
|
|
// { dg-shouldfail "unittest_assert msg" }
|
|
// { dg-output "core.exception.AssertError@.*: unittest_assert msg" }
|
|
unittest
|
|
{
|
|
assert(0, "unittest_assert msg");
|
|
}
|
|
|
|
void main()
|
|
{
|
|
}
|