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 committed Feb 21, 2024
1 parent 7541430 commit 6043178
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 @@ -335,12 +335,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 6043178

Please sign in to comment.