Commit c7b0b404 authored by LianaHus's avatar LianaHus

added pragma solidity >=0.4.0 <0.6.0; to test

parent 8096c527
......@@ -193,7 +193,7 @@ module.exports = class TestTab {
}
}
var testContractSample = `
var testContractSample = `pragma solidity >=0.4.0 <0.6.0;
import "remix_tests.sol"; // this import is automatically injected by Remix.
// file name has to end with '_test.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