Unverified Commit 1b3005e9 authored by yann300's avatar yann300 Committed by GitHub

Merge pull request #1344 from ethereum/yann300-patch-13

Update example-contracts.js
parents e6a08cce d6129e28
...@@ -67,7 +67,7 @@ contract Ballot { ...@@ -67,7 +67,7 @@ contract Ballot {
}` }`
var ballotTest = `pragma solidity ^0.4.7; var ballotTest = `pragma solidity ^0.4.7;
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";
contract test3 { contract test3 {
......
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