annotate compile/unittest_02.d @ 140:a33ad7189d21

1) news:// -> news: 2) nttp://.../...:... -> nntp://.../.../... 3) added missing mime types 4) added line ending styles 5) added missing keywords
author thomask
date Tue, 16 Nov 2004 16:00:10 +0000
parents 24da167d3f07
children 5c6df2afb08f
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
140
a33ad7189d21 1) news:// -> news:
thomask
parents: 111
diff changeset
1 // $HeadURL$
a33ad7189d21 1) news:// -> news:
thomask
parents: 111
diff changeset
2 // $Date$
a33ad7189d21 1) news:// -> news:
thomask
parents: 111
diff changeset
3 // $Author$
a33ad7189d21 1) news:// -> news:
thomask
parents: 111
diff changeset
4
111
24da167d3f07 svn maintenance
thomask
parents: 85
diff changeset
5 // @author@ Ant <Ant_member@pathlink.com>
24da167d3f07 svn maintenance
thomask
parents: 85
diff changeset
6 // @date@ 2004-10-29
140
a33ad7189d21 1) news:// -> news:
thomask
parents: 111
diff changeset
7 // @uri@ news:cls8bk$16j5$1@digitaldaemon.com
a33ad7189d21 1) news:// -> news:
thomask
parents: 111
diff changeset
8 // @url@ nntp://digitalmars.com/digitalmars.D.bugs/2157
111
24da167d3f07 svn maintenance
thomask
parents: 85
diff changeset
9
24da167d3f07 svn maintenance
thomask
parents: 85
diff changeset
10 // __DSTRESS_FLAG__ -c -g
24da167d3f07 svn maintenance
thomask
parents: 85
diff changeset
11
24da167d3f07 svn maintenance
thomask
parents: 85
diff changeset
12 module dstress.compile.unittest_02;
24da167d3f07 svn maintenance
thomask
parents: 85
diff changeset
13
24da167d3f07 svn maintenance
thomask
parents: 85
diff changeset
14 class A{
24da167d3f07 svn maintenance
thomask
parents: 85
diff changeset
15 unittest
24da167d3f07 svn maintenance
thomask
parents: 85
diff changeset
16 {
24da167d3f07 svn maintenance
thomask
parents: 85
diff changeset
17 }
24da167d3f07 svn maintenance
thomask
parents: 85
diff changeset
18 }
24da167d3f07 svn maintenance
thomask
parents: 85
diff changeset
19