more pragma fix

pull/5101/head
aniket-engg 6 months ago committed by Aniket
parent e870e491d9
commit 1302538d40
  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