annotate norun/u/unittest_10_F.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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1311
721a83317b14 [Issue 776] Unittest section inside a template does not alway execute.
thomask
parents:
diff changeset
1 // $HeadURL$
721a83317b14 [Issue 776] Unittest section inside a template does not alway execute.
thomask
parents:
diff changeset
2 // $Date$
721a83317b14 [Issue 776] Unittest section inside a template does not alway execute.
thomask
parents:
diff changeset
3 // $Author$
721a83317b14 [Issue 776] Unittest section inside a template does not alway execute.
thomask
parents:
diff changeset
4
721a83317b14 [Issue 776] Unittest section inside a template does not alway execute.
thomask
parents:
diff changeset
5 // @author@ Peter C. Chapin <pchapin@ecet.vtc.edu>
721a83317b14 [Issue 776] Unittest section inside a template does not alway execute.
thomask
parents:
diff changeset
6 // @date@ 2006-12-30
721a83317b14 [Issue 776] Unittest section inside a template does not alway execute.
thomask
parents:
diff changeset
7 // @uri@ http://d.puremagic.com/issues/show_bug.cgi?id=776
721a83317b14 [Issue 776] Unittest section inside a template does not alway execute.
thomask
parents:
diff changeset
8 // @desc@ [Issue 776] Unittest section inside a template does not alway execute.
721a83317b14 [Issue 776] Unittest section inside a template does not alway execute.
thomask
parents:
diff changeset
9
721a83317b14 [Issue 776] Unittest section inside a template does not alway execute.
thomask
parents:
diff changeset
10 // __DSTRESS_DFLAGS__ -unittest
721a83317b14 [Issue 776] Unittest section inside a template does not alway execute.
thomask
parents:
diff changeset
11
721a83317b14 [Issue 776] Unittest section inside a template does not alway execute.
thomask
parents:
diff changeset
12 module /*dstress.*/norun.u.unittest_10_F;
721a83317b14 [Issue 776] Unittest section inside a template does not alway execute.
thomask
parents:
diff changeset
13 import /*dstress.*/compile.u.unittest_10_C;
721a83317b14 [Issue 776] Unittest section inside a template does not alway execute.
thomask
parents:
diff changeset
14
721a83317b14 [Issue 776] Unittest section inside a template does not alway execute.
thomask
parents:
diff changeset
15 mixin C!();
721a83317b14 [Issue 776] Unittest section inside a template does not alway execute.
thomask
parents:
diff changeset
16
721a83317b14 [Issue 776] Unittest section inside a template does not alway execute.
thomask
parents:
diff changeset
17 int main(){
721a83317b14 [Issue 776] Unittest section inside a template does not alway execute.
thomask
parents:
diff changeset
18 return 0;
721a83317b14 [Issue 776] Unittest section inside a template does not alway execute.
thomask
parents:
diff changeset
19 }