File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ abstract contract SD59x18_Unit_Test is Base_Test {
64
64
CONSTANT HELPER FUNCTIONS
65
65
//////////////////////////////////////////////////////////////////////////*/
66
66
67
- function logSd (SD59x18 p0 ) internal view {
67
+ function logSd (SD59x18 p0 ) internal pure {
68
68
console2.logInt (p0.unwrap ());
69
69
}
70
70
Original file line number Diff line number Diff line change @@ -58,11 +58,11 @@ abstract contract UD60x18_Unit_Test is Base_Test {
58
58
CONSTANT HELPER FUNCTIONS
59
59
//////////////////////////////////////////////////////////////////////////*/
60
60
61
- function log (string memory p0 , UD60x18 p1 ) internal view {
61
+ function log (string memory p0 , UD60x18 p1 ) internal pure {
62
62
console2.log (p0, p1.unwrap ());
63
63
}
64
64
65
- function logUd (UD60x18 p0 ) internal view {
65
+ function logUd (UD60x18 p0 ) internal pure {
66
66
console2.logUint (p0.unwrap ());
67
67
}
68
68
You can’t perform that action at this time.
0 commit comments