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