update Math.sol path (#1319)

(cherry picked from commit d8cbd5554f)
This commit is contained in:
Guillaume
2018-09-11 21:51:11 +07:00
committed by Francisco Giordano
parent fa739d8af0
commit 35d92fddaa

View File

@ -1,7 +1,7 @@
pragma solidity ^0.4.24; pragma solidity ^0.4.24;
import "../../contracts/math/Math.sol"; import "../math/Math.sol";
contract MathMock { contract MathMock {