Fix broken switch4.d test case.

This commit is contained in:
Christian Kamm
2008-07-23 18:04:06 +02:00
parent 44931493f6
commit a51342ca94

View File

@@ -4,5 +4,6 @@ void main()
{
switch(0)
{
default:
}
}