fix test framework import

pull/5370/head
Dan Lipert 6 years ago
parent 7e51a5f675
commit e3ee25a5f6
  1. 2
      remix-tests/tests/examples_4/SafeMath_test.sol

@ -1,5 +1,5 @@
pragma solidity ^0.4.24; pragma solidity ^0.4.24;
import "./tests.sol"; import "./remix_tests.sol";
import "./SafeMath.sol"; import "./SafeMath.sol";
import "./SafeMathProxy.sol"; import "./SafeMathProxy.sol";

Loading…
Cancel
Save