testing the new mini test runner features.

This commit is contained in:
Tomas Lindquist Olsen
2008-07-28 03:04:28 +02:00
parent 57fd67aa35
commit 675e9b3cf0
12 changed files with 12 additions and 12 deletions
+9
View File
@@ -0,0 +1,9 @@
module mini.norun_debug7;
int gi;
void main()
{
int* fail;
*fail = 0;
}