fix test framework import

pull/7/head
Dan Lipert 7 years ago
parent 43f71afcbc
commit 949eb5632e
  1. 2
      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";

Loading…
Cancel
Save