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

Update example-contracts.js
pull/1/head
yann300 7 years ago committed by GitHub
commit 1b3005e9c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/app/editor/example-contracts.js

@ -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 {

Loading…
Cancel
Save