Unverified Commit 797a73fa authored by Omkara's avatar Omkara Committed by GitHub

Merge pull request #1633 from ethereum/testWarnings

fixes warnings for solidity 0.5.0
parents f4d8cfa9 bd09db7e
...@@ -68,6 +68,7 @@ contract Ballot { ...@@ -68,6 +68,7 @@ contract Ballot {
` `
var ballotTest = ` var ballotTest = `
pragma solidity >=0.4.22 <0.6.0;
import "remix_tests.sol"; // this import is automatically injected by Remix. import "remix_tests.sol"; // this import is automatically injected by Remix.
import "./ballot.sol"; import "./ballot.sol";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment