Skip to content

Commit

Permalink
fix builds without trial dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Szabo Bogdan committed Aug 20, 2017
1 parent 2028f3a commit c5ab9fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runner/trial/generator.d
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ string generateTestFile(Settings settings, bool hasTrialDependency, string[2][]
import("settings.d") ~
import("step.d") ~
import("coverage.d") ~
import("attributes.d") ~
import("stackresult.d");

string code;
Expand Down

0 comments on commit c5ab9fb

Please sign in to comment.