comparison complex/linking/b.d @ 1598:23834ba9736a

Fixed typos in test cases. See D bug 2174.
author Christian Kamm <kamm incasoftware de>
date Tue, 09 Sep 2008 17:03:25 +0200
parents 5a0ed66a88d4
children
comparison
equal deleted inserted replaced
1597:8b9d4d2f925a 1598:23834ba9736a
5 // @author@ Ben Hinkle <ben.hinkle@gmail.com> 5 // @author@ Ben Hinkle <ben.hinkle@gmail.com>
6 // @date@ 2004-12-07 6 // @date@ 2004-12-07
7 // @uri@ news:cp2vjj$1ljt$1@digitaldaemon.com 7 // @uri@ news:cp2vjj$1ljt$1@digitaldaemon.com
8 // @url@ nntp://news.digitalmars.com/digitalmars.D.bugs 8 // @url@ nntp://news.digitalmars.com/digitalmars.D.bugs
9 9
10 module dstress.complex.linking.b; 10 module /*dstress.*/ complex.linking.b;
11 11
12 import dstress.complex.linking.a; 12 import /*dstress.*/ complex.linking.a;
13 13
14 void functB() { 14 void functB() {
15 StructA!(int)* x; 15 StructA!(int)* x;
16 x = new StructA!(int); 16 x = new StructA!(int);
17 x.set(10); 17 x.set(10);