Merge pull request #1633 from ethereum/testWarnings

fixes warnings for solidity 0.5.0
pull/1/head
Omkara 6 years ago committed by GitHub
commit 797a73fad4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      src/app/editor/example-contracts.js

@ -68,6 +68,7 @@ contract Ballot {
`
var ballotTest = `
pragma solidity >=0.4.22 <0.6.0;
import "remix_tests.sol"; // this import is automatically injected by Remix.
import "./ballot.sol";

Loading…
Cancel
Save