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

View File

@@ -1,4 +1,4 @@
module tangotests.debug1;
module mini.norun_debug1;
void main()
{

View File

@@ -1,4 +1,4 @@
module tangotests.debug10;
module mini.norun_debug10;
struct Vec2
{

View File

@@ -1,4 +1,4 @@
module tangotests.debug11;
module mini.norun_debug11;
class C
{

View File

@@ -1,4 +1,4 @@
module tangotests.debug12;
module mini.norun_debug12;
interface I
{

View File

@@ -1,4 +1,4 @@
module tangotests.debug2;
module mini.norun_debug2;
import tango.stdc.stdlib : rand;

View File

@@ -1,4 +1,4 @@
module tangotests.debug3;
module mini.norun_debug3;
void main()
{

View File

@@ -1,4 +1,4 @@
module tangotests.debug4;
module mini.norun_debug4;
void main()
{

View File

@@ -1,4 +1,4 @@
module tangotests.debug5;
module mini.norun_debug5;
void main()
{

View File

@@ -1,4 +1,4 @@
module tangotests.debug6;
module mini.norun_debug6;
void main()
{

View File

@@ -1,4 +1,4 @@
module tangotests.debug7;
module mini.norun_debug7;
int gi;

View File

@@ -1,4 +1,4 @@
module tangotests.debug8;
module mini.norun_debug8;
struct Str
{

View File

@@ -1,4 +1,4 @@
module tangotests.debug9;
module mini.norun_debug9;
struct Foo
{