mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-03-05 11:53:14 +01:00
testing the new mini test runner features.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
module tangotests.debug1;
|
||||
module mini.norun_debug1;
|
||||
|
||||
void main()
|
||||
{
|
||||
@@ -1,4 +1,4 @@
|
||||
module tangotests.debug10;
|
||||
module mini.norun_debug10;
|
||||
|
||||
struct Vec2
|
||||
{
|
||||
@@ -1,4 +1,4 @@
|
||||
module tangotests.debug11;
|
||||
module mini.norun_debug11;
|
||||
|
||||
class C
|
||||
{
|
||||
@@ -1,4 +1,4 @@
|
||||
module tangotests.debug12;
|
||||
module mini.norun_debug12;
|
||||
|
||||
interface I
|
||||
{
|
||||
@@ -1,4 +1,4 @@
|
||||
module tangotests.debug2;
|
||||
module mini.norun_debug2;
|
||||
|
||||
import tango.stdc.stdlib : rand;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
module tangotests.debug3;
|
||||
module mini.norun_debug3;
|
||||
|
||||
void main()
|
||||
{
|
||||
@@ -1,4 +1,4 @@
|
||||
module tangotests.debug4;
|
||||
module mini.norun_debug4;
|
||||
|
||||
void main()
|
||||
{
|
||||
@@ -1,4 +1,4 @@
|
||||
module tangotests.debug5;
|
||||
module mini.norun_debug5;
|
||||
|
||||
void main()
|
||||
{
|
||||
@@ -1,4 +1,4 @@
|
||||
module tangotests.debug6;
|
||||
module mini.norun_debug6;
|
||||
|
||||
void main()
|
||||
{
|
||||
@@ -1,4 +1,4 @@
|
||||
module tangotests.debug7;
|
||||
module mini.norun_debug7;
|
||||
|
||||
int gi;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
module tangotests.debug8;
|
||||
module mini.norun_debug8;
|
||||
|
||||
struct Str
|
||||
{
|
||||
@@ -1,4 +1,4 @@
|
||||
module tangotests.debug9;
|
||||
module mini.norun_debug9;
|
||||
|
||||
struct Foo
|
||||
{
|
||||
Reference in New Issue
Block a user