xfail gnat.dg/trampoline3.adb scan-assembler-not check on hppa*-*-*
[official-gcc.git] / libphobos / testsuite / libphobos.exceptions / stderr_msg.d
blobbd14cea3c59cd15c5241d674d9f3122087b66e7c
1 // { dg-shouldfail "stderr_msg msg" }
2 // { dg-output "object.Exception@.*: stderr_msg msg" }
3 void main()
5 throw new Exception("stderr_msg msg");