view compile/unittest_02.d @ 84:91feffeeafa6

used the new ?DSTRESS_FLAGS? support to 1) simpilfy some complex tests 2) extend command_line_debug and command_line_version tests
author thomask
date Fri, 29 Oct 2004 21:04:52 +0000
parents
children 659bb018c489
line wrap: on
line source

// @author@	Ant <Ant_member@pathlink.com>
// @date@	2004-10-29
// @uri@	news://cls8bk$16j5$1@digitaldaemon.com
// @url@	nttp://digitalmars.com/digitalmars.D.bugs:2157

// §DSTRESS_FLAGS§ -c -g

module dstress.compile.unittest_02;

class A{
	unittest
	{
	}
}