Skip to content

Commit

Permalink
Fix running trial with vibe.d.
Browse files Browse the repository at this point in the history
Fixes #81.
  • Loading branch information
BenjaminSchaaf committed Aug 9, 2018
1 parent 5ee259d commit e752bee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runner/trial/command.d
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ class TrialProject : Project {
tcinfo.stringImportPaths[""] ~= embededLibraryPath;
}

tcinfo.mainSourceFile = m_description.mainFile;
tcinfo.sourceFiles[""] ~= m_description.mainFile;
tcinfo.versions[""] ~= "VibeCustomMain";

string[] plugins = runnerSettings.settings.plugins;
Expand Down

0 comments on commit e752bee

Please sign in to comment.