Skip to content

Commit

Permalink
Allow tests to call customCachePaths
Browse files Browse the repository at this point in the history
This is now possible, as refresh has been mostly implemented.
  • Loading branch information
Geod24 authored and PetarKirov committed Feb 22, 2024
1 parent 612f2c5 commit 9cce11e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions source/dub/test/base.d
Original file line number Diff line number Diff line change
Expand Up @@ -339,12 +339,6 @@ package class TestPackageManager : PackageManager
// Re-introduce hidden/deprecated overloads
public alias store = PackageManager.store;

/// Disabled as semantic are not implementable unless a virtual FS is created
public override @property void customCachePaths(NativePath[] custom_cache_paths)
{
assert(0, "Function not implemented");
}

/// Ditto
public override Package store(NativePath src, PlacementLocation dest, in PackageName name, in Version vers)
{
Expand Down

0 comments on commit 9cce11e

Please sign in to comment.