diff --git a/remix-tests/tests/examples_4/SafeMath_test.sol b/remix-tests/tests/examples_4/SafeMath_test.sol index 9a296809e9..4259e847a3 100644 --- a/remix-tests/tests/examples_4/SafeMath_test.sol +++ b/remix-tests/tests/examples_4/SafeMath_test.sol @@ -1,5 +1,5 @@ pragma solidity ^0.4.24; -import "./tests.sol"; +import "./remix_tests.sol"; import "./SafeMath.sol"; import "./SafeMathProxy.sol";