aboutsummaryrefslogtreecommitdiffstats
path: root/test/compilationTests/gnosis/Utils
diff options
context:
space:
mode:
Diffstat (limited to 'test/compilationTests/gnosis/Utils')
-rw-r--r--test/compilationTests/gnosis/Utils/Math.sol2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/compilationTests/gnosis/Utils/Math.sol b/test/compilationTests/gnosis/Utils/Math.sol
index 93456c33..47edcba4 100644
--- a/test/compilationTests/gnosis/Utils/Math.sol
+++ b/test/compilationTests/gnosis/Utils/Math.sol
@@ -176,7 +176,7 @@ library Math {
/// @dev Returns maximum of an array
/// @param nums Numbers to look through
/// @return Maximum number
- function max(int[] nums)
+ function max(int[] memory nums)
public
pure
returns (int max)