diff --git a/test/KeyRegistry/KeyRegistry.symbolic.t.sol b/test/KeyRegistry/KeyRegistry.symbolic.t.sol index 61e4e92..e014853 100644 --- a/test/KeyRegistry/KeyRegistry.symbolic.t.sol +++ b/test/KeyRegistry/KeyRegistry.symbolic.t.sol @@ -179,7 +179,7 @@ contract KeyRegistrySymTest is SymTest, Test { } } - function slice(bytes calldata data, uint start, uint end) external returns (bytes memory) { + function slice(bytes calldata data, uint start, uint end) external pure returns (bytes memory) { return data[start:end]; } }