Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parse unittest attributes and write them to the publictest tester #369

Merged
merged 1 commit into from
May 14, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 15 additions & 15 deletions test/tests_extractor/ascii.d.ext
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# line 107
unittest
@safe @nogc unittest
{
import std.ascii;

Expand All @@ -12,7 +12,7 @@ unittest
}

# line 138
unittest
@safe @nogc unittest
{
import std.ascii;

Expand All @@ -25,7 +25,7 @@ unittest
}

# line 168
unittest
@safe @nogc unittest
{
import std.ascii;

Expand All @@ -39,7 +39,7 @@ unittest
}

# line 199
unittest
@safe @nogc unittest
{
import std.ascii;

Expand All @@ -53,7 +53,7 @@ unittest
}

# line 230
unittest
@safe @nogc unittest
{
import std.ascii;

Expand All @@ -68,7 +68,7 @@ unittest
}

# line 262
unittest
@safe @nogc unittest
{
import std.ascii;

Expand All @@ -80,7 +80,7 @@ unittest
}

# line 291
unittest
@safe @nogc unittest
{
import std.ascii;

Expand All @@ -93,7 +93,7 @@ unittest
}

# line 323
unittest
@safe @nogc unittest
{
import std.ascii;

Expand All @@ -111,7 +111,7 @@ unittest
}

# line 358
unittest
@safe @nogc unittest
{
import std.ascii;

Expand All @@ -130,7 +130,7 @@ unittest
}

# line 397
unittest
@safe @nogc unittest
{
import std.ascii;

Expand All @@ -154,7 +154,7 @@ unittest
}

# line 441
unittest
@safe @nogc unittest
{
import std.ascii;

Expand All @@ -170,7 +170,7 @@ unittest
}

# line 477
unittest
@safe @nogc unittest
{
import std.ascii;

Expand All @@ -185,7 +185,7 @@ unittest
}

# line 513
unittest
@safe @nogc unittest
{
import std.ascii;

Expand All @@ -194,7 +194,7 @@ unittest
}

# line 554
unittest
@safe @nogc unittest
{
import std.ascii;

Expand All @@ -207,7 +207,7 @@ unittest
}

# line 616
unittest
@safe @nogc unittest
{
import std.ascii;

Expand Down
4 changes: 2 additions & 2 deletions test/tests_extractor/attributes.d.ext
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# line 3
unittest
@safe unittest
{
import attributes;

Expand All @@ -23,7 +23,7 @@ unittest
}

# line 29
unittest
@nogc @safe unittest
{
import attributes;

Expand Down
50 changes: 25 additions & 25 deletions test/tests_extractor/iteration.d.ext
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# line 163
unittest
@safe unittest
{
import std.algorithm.iteration;

Expand Down Expand Up @@ -43,7 +43,7 @@ unittest
}

# line 218
unittest
@safe unittest
{
import std.algorithm.iteration;

Expand All @@ -63,7 +63,7 @@ unittest
}

# line 495
unittest
@safe unittest
{
import std.algorithm.iteration;

Expand All @@ -76,7 +76,7 @@ unittest
}

# line 510
unittest
@safe unittest
{
import std.algorithm.iteration;

Expand All @@ -93,7 +93,7 @@ unittest
}

# line 528
unittest
@safe unittest
{
import std.algorithm.iteration;

Expand All @@ -105,7 +105,7 @@ unittest
}

# line 955
unittest
@system unittest
{
import std.algorithm.iteration;

Expand Down Expand Up @@ -148,7 +148,7 @@ unittest
}

# line 1100
unittest
@safe unittest
{
import std.algorithm.iteration;

Expand Down Expand Up @@ -179,7 +179,7 @@ unittest
}

# line 1320
unittest
@safe unittest
{
import std.algorithm.iteration;

Expand All @@ -200,7 +200,7 @@ unittest
}

# line 1502
unittest
@safe unittest
{
import std.algorithm.iteration;

Expand All @@ -213,7 +213,7 @@ unittest
}

# line 1516
unittest
@safe unittest
{
import std.algorithm.iteration;

Expand All @@ -230,7 +230,7 @@ unittest
}

# line 1907
unittest
@system unittest
{
import std.algorithm.iteration;

Expand Down Expand Up @@ -259,7 +259,7 @@ unittest
}

# line 1957
unittest
@system unittest
{
import std.algorithm.iteration;

Expand Down Expand Up @@ -311,7 +311,7 @@ unittest
}

# line 2280
unittest
@safe unittest
{
import std.algorithm.iteration;

Expand All @@ -328,7 +328,7 @@ unittest
}

# line 2883
unittest
@safe unittest
{
import std.algorithm.iteration;

Expand Down Expand Up @@ -378,7 +378,7 @@ unittest
}

# line 2938
unittest
@safe unittest
{
import std.algorithm.iteration;

Expand All @@ -403,7 +403,7 @@ unittest
}

# line 3210
unittest
@safe unittest
{
import std.algorithm.iteration;

Expand Down Expand Up @@ -432,7 +432,7 @@ unittest
}

# line 3418
unittest
@safe unittest
{
import std.algorithm.iteration;

Expand Down Expand Up @@ -483,7 +483,7 @@ unittest
}

# line 3474
unittest
@safe unittest
{
import std.algorithm.iteration;

Expand All @@ -506,7 +506,7 @@ unittest
}

# line 3831
unittest
@safe unittest
{
import std.algorithm.iteration;

Expand All @@ -525,7 +525,7 @@ unittest
}

# line 4069
unittest
@safe unittest
{
import std.algorithm.iteration;

Expand All @@ -542,7 +542,7 @@ unittest
}

# line 4218
unittest
@safe unittest
{
import std.algorithm.iteration;

Expand All @@ -562,7 +562,7 @@ unittest
}

# line 4507
unittest
@safe unittest
{
import std.algorithm.iteration;

Expand All @@ -572,7 +572,7 @@ unittest
}

# line 4820
unittest
@safe unittest
{
import std.algorithm.iteration;

Expand Down Expand Up @@ -604,7 +604,7 @@ unittest
}

# line 4952
unittest
@safe unittest
{
import std.algorithm.iteration;

Expand All @@ -625,7 +625,7 @@ unittest
}

# line 5178
unittest
@safe unittest
{
import std.algorithm.iteration;

Expand Down
Loading