Skip to content
This repository has been archived by the owner on Mar 1, 2022. It is now read-only.

Commit

Permalink
fix unittests with workspace-d as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
WebFreak001 committed Nov 24, 2019
1 parent b969f3f commit eec0617
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions source/workspaced/api.d
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ import std.typecons;

version (unittest)
{
public import unit_threaded.assertions;
public import std.experimental.logger : trace;
version (Have_unit_threaded) package import unit_threaded.assertions;

package import std.experimental.logger : trace;
}
else
{
Expand Down

0 comments on commit eec0617

Please sign in to comment.