view norun/throw_05.d @ 432:db4b6169a99d

1) implemented checkRuntimeErrorMessage 2) fixed norun test cases
author thomask
date Fri, 15 Apr 2005 08:55:00 +0000
parents ab87341fc73f
children
line wrap: on
line source

// $HeadURL$
// $Date$
// $Author$

module dstress.norun.throw_05;

static this(){
	throw new Exception("Message\n");
}

int main(){
	return 0;
}