comparison norun/u/unittest_10_H.d @ 1311:721a83317b14

[Issue 776] Unittest section inside a template does not alway execute. Peter C. Chapin <pchapin@ecet.vtc.edu> 2006-12-30 http://d.puremagic.com/issues/show_bug.cgi?id=776
author thomask
date Sun, 31 Dec 2006 14:28:14 +0000
parents
children 94502f22d55e
comparison
equal deleted inserted replaced
1310:bcdd3165128d 1311:721a83317b14
1 // $HeadURL$
2 // $Date$
3 // $Author$
4
5 // @author@ Peter C. Chapin <pchapin@ecet.vtc.edu>
6 // @date@ 2006-12-30
7 // @uri@ http://d.puremagic.com/issues/show_bug.cgi?id=776
8 // @desc@ [Issue 776] Unittest section inside a template does not alway execute.
9
10 // __DSTRESS_DFLAGS__ -unittest
11
12 module /*dstress.*/norun.u.unittest_10_H;
13 import /*dstress.*/compile.u.unittest_10_C;
14
15 int main(){
16 C!() c;
17 return 0;
18 }