more pragma fix

pull/5370/head
aniket-engg 6 months ago committed by Aniket
parent 94aa3e09c9
commit f6563d8494
  1. 2
      libs/remix-tests/tests/examples_4/SafeMath.sol
  2. 2
      libs/remix-tests/tests/examples_4/SafeMathProxy.sol
  3. 2
      libs/remix-tests/tests/examples_4/SafeMath_test.sol

@ -1,6 +1,6 @@
// Copyright (c) 2016 Smart Contract Solutions, Inc.
pragma solidity >=0.4.22 <0.8.0;
pragma solidity >=0.4.22 <0.9.0;
/**

@ -1,4 +1,4 @@
pragma solidity >=0.4.22 <0.8.0;
pragma solidity >=0.4.22 <0.9.0;
import "./SafeMath.sol";
/*

@ -1,4 +1,4 @@
pragma solidity >=0.4.22 <0.8.0;
pragma solidity >=0.4.22 <0.9.0;
import "remix_tests.sol";
import "./SafeMath.sol";
import "./SafeMathProxy.sol";

Loading…
Cancel
Save