annotate compile/unittest_02.d @ 1486:7f61ab8d5df0

changed nntp: URLs to http: URLs
author thomask
date Mon, 09 Apr 2007 12:28:58 +0000
parents 62c9b99c3a16
children
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
1486
7f61ab8d5df0 changed nntp: URLs to http: URLs
thomask
parents: 1385
diff changeset
8 // @uri@ http://www.digitalmars.com/pnews/read.php?server=news.digitalmars.com&group=digitalmars.D.bugs&artnum=2157
111
24da167d3f07 svn maintenance
thomask
parents: 85
diff changeset
9
24da167d3f07 svn maintenance
thomask
parents: 85
diff changeset
10 module dstress.compile.unittest_02;
24da167d3f07 svn maintenance
thomask
parents: 85
diff changeset
11
24da167d3f07 svn maintenance
thomask
parents: 85
diff changeset
12 class A{
24da167d3f07 svn maintenance
thomask
parents: 85
diff changeset
13 unittest
24da167d3f07 svn maintenance
thomask
parents: 85
diff changeset
14 {
24da167d3f07 svn maintenance
thomask
parents: 85
diff changeset
15 }
24da167d3f07 svn maintenance
thomask
parents: 85
diff changeset
16 }
24da167d3f07 svn maintenance
thomask
parents: 85
diff changeset
17