mirror of
https://github.com/NixOS/nix.git
synced 2025-11-11 13:06:01 +01:00
Fix test suite
This commit is contained in:
parent
263ccdd489
commit
343d1569b1
1 changed files with 2 additions and 2 deletions
|
|
@ -149,9 +149,9 @@ Hash Hash::parseAnyPrefixed(std::string_view s)
|
||||||
return parseAny(s, std::nullopt);
|
return parseAny(s, std::nullopt);
|
||||||
}
|
}
|
||||||
|
|
||||||
static std::pair<HashType, bool> newFunction(std::string_view & original, std::optional<HashType> optType)
|
static std::pair<HashType, bool> newFunction(std::string_view & rest, std::optional<HashType> optType)
|
||||||
{
|
{
|
||||||
auto rest = original;
|
auto original = rest;
|
||||||
|
|
||||||
bool isSRI = false;
|
bool isSRI = false;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue